summaryrefslogtreecommitdiff
path: root/linux/system.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linux/system.cpp')
-rw-r--r--linux/system.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/linux/system.cpp b/linux/system.cpp
index 8849b5c..fb38be1 100644
--- a/linux/system.cpp
+++ b/linux/system.cpp
@@ -136,7 +136,9 @@ void SystemUpdateAction(int new_action, int old_action)
case LC_ACTION_SELECT: button = tool_toolbar.select;
{
x = 0; y = 2;
- if (IsKeyDown(KEY_CONTROL))
+ // TODO: FIX ME !!!
+ if (0)
+ // if (IsKeyDown(KEY_CONTROL))
xpm = cr_selm;
else
xpm = cr_sel;