summaryrefslogtreecommitdiffstats
path: root/src/ui/color.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/color.cpp')
-rw-r--r--src/ui/color.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/color.cpp b/src/ui/color.cpp
index 200ed0c..5668519 100644
--- a/src/ui/color.cpp
+++ b/src/ui/color.cpp
@@ -105,7 +105,7 @@ bool CColor::EventProcess(const Event &event)
}
if ( event.type == EVENT_MOUSE_BUTTON_DOWN &&
- event.mouseButton.button == 1 &&
+ event.mouseButton.button == 1 &&
(m_state & STATE_VISIBLE) &&
(m_state & STATE_ENABLE) )
{