summaryrefslogtreecommitdiff
path: root/src/gui/setup.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/setup.h')
-rw-r--r--src/gui/setup.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/setup.h b/src/gui/setup.h
index 69ab79970..860bd5a33 100644
--- a/src/gui/setup.h
+++ b/src/gui/setup.h
@@ -78,9 +78,12 @@ class Setup final : public Window, public gcn::ActionListener
void setVisible(bool visible) override;
+ void widgetResized(const gcn::Event &event) override;
+
private:
std::list<SetupTab*> mTabs;
std::list<Window*> mWindowsToReset;
+ std::vector<Button*> mButtons;
Button *mResetWindows;
TabbedArea *mPanel;
};