summaryrefslogtreecommitdiff
path: root/plugingui
diff options
context:
space:
mode:
Diffstat (limited to 'plugingui')
-rw-r--r--plugingui/eventhandler.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugingui/eventhandler.cc b/plugingui/eventhandler.cc
index ff8fded..98e4cef 100644
--- a/plugingui/eventhandler.cc
+++ b/plugingui/eventhandler.cc
@@ -144,7 +144,7 @@ void EventHandler::processEvents()
widget->buttonEvent(buttonEvent);
break;
}
- else // Event::Button::Down
+ else // Direction::down
{
window.setButtonDownFocus(nullptr);
}