From 54ff2f6fec70e66d7a8b4a96b28fa7d46f2304a3 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 15 Dec 2012 23:21:27 +0300 Subject: Allow hide popup list if focus lost. --- src/gui/widgets/popuplist.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/gui/widgets/popuplist.h') diff --git a/src/gui/widgets/popuplist.h b/src/gui/widgets/popuplist.h index f0b195a47..a74d82c20 100644 --- a/src/gui/widgets/popuplist.h +++ b/src/gui/widgets/popuplist.h @@ -43,6 +43,8 @@ class PopupList final : public Popup, PopupList(DropDown *const widget, gcn::ListModel *const listModel); + ~PopupList(); + A_DELETE_COPY(PopupList) void show(int x, int y); @@ -62,6 +64,8 @@ class PopupList final : public Popup, void valueChanged(const gcn::SelectionEvent& event); + void focusGained(const gcn::Event& event A_UNUSED); + void focusLost(const gcn::Event& event A_UNUSED); private: -- cgit v1.2.3-70-g09d2