]> git.saurik.com Git - wxWidgets.git/commit
Make wxMSW wxSpinCtrl "not enough space" messages more helpful.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 14 Jul 2013 15:45:00 +0000 (15:45 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 14 Jul 2013 15:45:00 +0000 (15:45 +0000)
commitf46e6a1ef9541a3d13c38a114870658d3b4e004b
treeeba6af2370d942bfa081bf1dfb8bdf49a9710342
parenta68a361276d925b58e574e7d0e5a45f0108d82b4
Make wxMSW wxSpinCtrl "not enough space" messages more helpful.

And also less annoying: remove the messages from DoMoveWindow() which could be
given during resizing but not necessarily corresponded to the final control
size.

And give more details about which control is not being given enough space when
a too small size is given in the ctor.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74516 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/msw/spinctrl.cpp