diff options
Diffstat (limited to 'src/colorpicker.cpp')
-rw-r--r-- | src/colorpicker.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/colorpicker.cpp b/src/colorpicker.cpp index 57e34de..17a3ffa 100644 --- a/src/colorpicker.cpp +++ b/src/colorpicker.cpp @@ -28,7 +28,7 @@ /* From TQt documentation: * " Note that only visible widgets can grab mouse input. - * If isVisible() returns FALSE for a widget, that widget cannot call grabMouse(). " + * If isVisible() returns false for a widget, that widget cannot call grabMouse(). " * So, we should use an always visible widget to be able to pick a color from screen, * even by first hidding the main window (user seldomly want to grab a color from BasKet!) * or use a global shortcut (main window can be hidden when hitting that shortcut). |