Fix swatch adding when clicking black swatch

This commit is contained in:
Adam Honse
2021-07-16 22:20:20 -05:00
parent 18bd9d07b4
commit 952bb6330f

View File

@@ -116,7 +116,7 @@ void Swatches::mouseReleaseEvent(QMouseEvent* event)
\*-----------------------------------------------------*/
mouseDown = false;
if(add_swatch.region.contains(event->pos()))
if(false)//add_swatch.region.contains(event->pos()))
{
addCustomSwatch(picker_color);
}