summaryrefslogtreecommitdiff
path: root/src/gui/widgets/dropdown.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/dropdown.h')
-rw-r--r--src/gui/widgets/dropdown.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/widgets/dropdown.h b/src/gui/widgets/dropdown.h
index a5e2e2f7..d3a6cbbe 100644
--- a/src/gui/widgets/dropdown.h
+++ b/src/gui/widgets/dropdown.h
@@ -49,6 +49,10 @@ class DropDown : public gcn::DropDown
void adjustHeight();
+ // Inherited from BasicContainer
+
+ gcn::Rectangle getChildrenArea() override;
+
// Inherited from FocusListener
void focusLost(const gcn::Event& event) override;