Fix Hue box not updating when set all is used

master
silas 5 years ago committed by Adam Honse
parent 313bc8b616
commit 52a9120257

@ -485,12 +485,12 @@ void ColorWheel::hueChanged(const int &hue)
int v = current.value();
current.setHsv(hue, s, v);
drawSquareImage(hue);
if(!isVisible())
{
return;
}
drawSquareImage(hue);
repaint();
emit colorChanged(current);

Loading…
Cancel
Save