Left-align wxSpinCtrl contents by default
The default alignment of the text in wxSpinCtrl was changed to "right"
in 7e4952db83
, which added alignment
support (see #10621), but this made it inconsistent with the native
up-down control under MSW and, perhaps more importantly, with spin
controls created from XRC as the default style was never modified there
and did not include wxALIGN_RIGHT.
Resolve this inconsistency by reverting to left-aligning the text by
default.
This commit is contained in:
@@ -80,6 +80,7 @@ All (GUI):
|
||||
|
||||
- Improve stock items consistency and aesthetics (dhowland).
|
||||
- Fix bug with missing items in overflowing AUI toolbar (Maarten Bent).
|
||||
- Revert to left-aligning wxSpinCtrl contents by default.
|
||||
|
||||
wxGTK:
|
||||
|
||||
|
Reference in New Issue
Block a user