We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3468eb commit 3d3b4a9Copy full SHA for 3d3b4a9
1 file changed
libs/s25main/controls/ctrlButton.cpp
@@ -9,8 +9,8 @@
9
10
ctrlButton::ctrlButton(Window* parent, unsigned id, const DrawPoint& pos, const Extent& size, TextureColor tc,
11
const std::string& tooltip, const ScaleLimPercent& scalePercentage)
12
- : Window(parent, id, pos, size, scalePercentage), ctrlBaseTooltip(tooltip), tc(tc), state(ButtonState::Up), hasBorder(true),
13
- isChecked(false), isIlluminated(false), isEnabled(true)
+ : Window(parent, id, pos, size, scalePercentage), ctrlBaseTooltip(tooltip), tc(tc), state(ButtonState::Up),
+ hasBorder(true), isChecked(false), isIlluminated(false), isEnabled(true)
14
{}
15
16
ctrlButton::~ctrlButton() = default;
0 commit comments