summaryrefslogtreecommitdiff
path: root/plugingui
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2015-11-21 19:52:26 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2015-11-21 19:52:26 +0100
commita9a74c18f5a232a619a883a3bc665a6f9707793c (patch)
tree08606e06b9104afd6c39d2060b675cef64fc74dc /plugingui
parenta0a6ded818ff345fa5e6f251e83cb52f6e4ada2e (diff)
Fix comment.
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);
}