From 3fc2b59b06925f4e5bafdac5f5fe79764db2d3d4 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 28 Mar 2025 12:35:44 +0900 Subject: Replace TRUE/FALSE with boolean values true/false Signed-off-by: Michele Calgaro (cherry picked from commit b6fa5c8b166849065f495768a19625d7e8d98ff0) --- src/colorpicker.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/colorpicker.cpp') 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). -- cgit v1.2.3