Small cleanup in wxMSW wxSpinCtrl code
Remove an extra pair of braces accidentally introduced when applying
05b980aba1
See #12297.
This commit is contained in:
parent
617a14873c
commit
618c752541
@ -358,8 +358,6 @@ bool wxSpinCtrl::Create(wxWindow *parent,
|
||||
wxS("at least %d pixels needed."),
|
||||
name, size.x, effectiveBtnWidth);
|
||||
}
|
||||
{
|
||||
}
|
||||
|
||||
// adjust an invalid height for text control
|
||||
if ( sizeCtrl.y <= 0 )
|
||||
|
Loading…
Reference in New Issue
Block a user