diff options
Diffstat (limited to 'gui/widgets/scrollcontainer.h')
-rw-r--r-- | gui/widgets/scrollcontainer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/widgets/scrollcontainer.h b/gui/widgets/scrollcontainer.h index c2d47370ee..9366a0b658 100644 --- a/gui/widgets/scrollcontainer.h +++ b/gui/widgets/scrollcontainer.h @@ -46,6 +46,8 @@ public: virtual void handleCommand(CommandSender *sender, uint32 cmd, uint32 data); virtual void reflowLayout(); + virtual bool containsWidget(Widget *) const; + protected: // We overload getChildY to make sure child widgets are positioned correctly. // Essentially this compensates for the space taken up by the tab title header. |