From a9a74c18f5a232a619a883a3bc665a6f9707793c Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sat, 21 Nov 2015 19:52:26 +0100 Subject: Fix comment. --- plugingui/eventhandler.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugingui') 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); } -- cgit v1.2.3