mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2025-12-23 23:37:48 -05:00
Fix swatch adding when clicking black swatch
This commit is contained in:
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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user