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