diff options
Diffstat (limited to 'src/gui/widgets/dropdown.h')
-rw-r--r-- | src/gui/widgets/dropdown.h | 4 |
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; |