]> git.saurik.com Git - wxWidgets.git/commit
Allow entering more digits in wxSpinCtrl in wxMSW than fits into it.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 9 May 2012 14:24:27 +0000 (14:24 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 9 May 2012 14:24:27 +0000 (14:24 +0000)
commit36b0b0907868ef9e55ebae74f876dfff91c8b153
tree060546b741ef127890aacecb0dd084c5b01bfe28
parent679dc4e813b85bb2f36bd58c9ea3ff7327ad551c
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
docs/changes.txt
src/msw/spinctrl.cpp