From d59cd9111c1e86b224ea62cc975c49b157e2b3cf Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 19 Oct 2012 23:56:04 +0300 Subject: Add to some controls palette inheritance from other controls. --- src/gui/setup_joystick.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/gui/setup_joystick.cpp') diff --git a/src/gui/setup_joystick.cpp b/src/gui/setup_joystick.cpp index 851869d75..d556c20e3 100644 --- a/src/gui/setup_joystick.cpp +++ b/src/gui/setup_joystick.cpp @@ -41,13 +41,13 @@ extern Joystick *joystick; -Setup_Joystick::Setup_Joystick() : - SetupTab(), +Setup_Joystick::Setup_Joystick(const Widget2 *const widget) : + SetupTab(widget), mCalibrateLabel(new Label(_("Press the button to start calibration"))), mCalibrateButton(new Button(_("Calibrate"), "calibrate", this)), mJoystickEnabled(new CheckBox(_("Enable joystick"))), mNamesModel(new NamesModel()), - mNamesDropDown(new DropDown(mNamesModel)), + mNamesDropDown(new DropDown(this, mNamesModel)), mUseInactiveCheckBox(new CheckBox(_("Use joystick if client " "window inactive"), config.getBoolValue("useInactiveJoystick"))) { -- cgit v1.2.3-70-g09d2