From 618c752541b1011deee074c8398fd825ef85ed0c Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 20 Feb 2017 15:20:16 +0100 Subject: [PATCH] Small cleanup in wxMSW wxSpinCtrl code Remove an extra pair of braces accidentally introduced when applying 05b980aba1db842b9be77deae58af3bfffb92d1d See #12297. --- src/msw/spinctrl.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/msw/spinctrl.cpp b/src/msw/spinctrl.cpp index 9aaf19a1d9..06d70c140e 100644 --- a/src/msw/spinctrl.cpp +++ b/src/msw/spinctrl.cpp @@ -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 )