diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2015-11-21 19:52:26 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2015-11-21 19:52:26 +0100 |
commit | a9a74c18f5a232a619a883a3bc665a6f9707793c (patch) | |
tree | 08606e06b9104afd6c39d2060b675cef64fc74dc | |
parent | a0a6ded818ff345fa5e6f251e83cb52f6e4ada2e (diff) |
Fix comment.
-rw-r--r-- | plugingui/eventhandler.cc | 2 |
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); } |