diff --git a/dependencies/Swatches/swatches.cpp b/dependencies/Swatches/swatches.cpp index 5c6ea951..218ae64d 100644 --- a/dependencies/Swatches/swatches.cpp +++ b/dependencies/Swatches/swatches.cpp @@ -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); }