From 02f78d5eb03670bc07f615ad629e1ec03959be14 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Thu, 8 Oct 2015 07:30:10 +0200 Subject: Refactored EventHandler and friends. --- plugingui/combobox.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugingui/combobox.cc') diff --git a/plugingui/combobox.cc b/plugingui/combobox.cc index 4d2637a..c627b05 100644 --- a/plugingui/combobox.cc +++ b/plugingui/combobox.cc @@ -38,7 +38,7 @@ namespace GUI { void ComboBox::listboxSelectHandler() { ButtonEvent e; - e.direction = 1; + e.direction = ButtonEvent::Down; buttonEvent(&e); } -- cgit v1.2.3