Fix swatch adding when clicking black swatch
This commit is contained in:
parent
18bd9d07b4
commit
952bb6330f
1 changed files with 1 additions and 1 deletions
2
dependencies/Swatches/swatches.cpp
vendored
2
dependencies/Swatches/swatches.cpp
vendored
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue