Skip to content

Commit 3d3b4a9

Browse files
committed
fixing style issue
1 parent d3468eb commit 3d3b4a9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

libs/s25main/controls/ctrlButton.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99

1010
ctrlButton::ctrlButton(Window* parent, unsigned id, const DrawPoint& pos, const Extent& size, TextureColor tc,
1111
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)
12+
: Window(parent, id, pos, size, scalePercentage), ctrlBaseTooltip(tooltip), tc(tc), state(ButtonState::Up),
13+
hasBorder(true), isChecked(false), isIlluminated(false), isEnabled(true)
1414
{}
1515

1616
ctrlButton::~ctrlButton() = default;

0 commit comments

Comments
 (0)