Allow entering more digits in wxSpinCtrl in wxMSW than fits into it.
Scroll the control automatically if there is not enough space. This is consistent with (single line) wxTextCtrl and wxSpinCtrl under the other platforms. Closes #14211. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71389 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -450,6 +450,14 @@ Deprecated methods and their replacements
|
||||
possible or wxWindowDisabler otherwise.
|
||||
|
||||
|
||||
Changes in behaviour visible to end users
|
||||
-----------------------------------------
|
||||
|
||||
- In wxMSW wxSpinCtrl used to prevent the user from entering more digits than
|
||||
could fit in its visible area. This was inconsistent with the other ports and
|
||||
now the control scrolls if too much text is added.
|
||||
|
||||
|
||||
Major new features in this release
|
||||
----------------------------------
|
||||
|
||||
|
Reference in New Issue
Block a user