From 6a40d67e756b5cbc849ee390720a67d0c5ead1dd Mon Sep 17 00:00:00 2001 From: Tametomo Date: Wed, 24 Jun 2009 18:15:48 -0600 Subject: Fixed DropDowns not collapsing when an item was clicked on, or enter or space was pressed. Signed-off-by: Tametomo --- src/gui/widgets/dropdown.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gui/widgets/dropdown.h') diff --git a/src/gui/widgets/dropdown.h b/src/gui/widgets/dropdown.h index 15c52767..9bbf4f1d 100644 --- a/src/gui/widgets/dropdown.h +++ b/src/gui/widgets/dropdown.h @@ -68,6 +68,8 @@ class DropDown : public gcn::DropDown // Inherited from MouseListener + void mousePressed(gcn::MouseEvent& mouseEvent); + void mouseWheelMovedUp(gcn::MouseEvent& mouseEvent); void mouseWheelMovedDown(gcn::MouseEvent& mouseEvent); -- cgit v1.2.3-70-g09d2