Worked around an apparent bug in Windows whereby some deferred positioning
authorJulian Smart <julian@anthemion.co.uk>
Thu, 28 Apr 2005 14:45:09 +0000 (14:45 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Thu, 28 Apr 2005 14:45:09 +0000 (14:45 +0000)
commit8e44f3caabe53f60a2335a14cf9b57187fe39b1e
tree29e9bc504abc0220449fbfc25f49f6d86854b7b6
parent2b822a7e062c6359054d9ed17e11a3ae94c1a93e
Worked around an apparent bug in Windows whereby some deferred positioning
failed: specifically when changing a position from x, to y, to x again.
Added deferred positioning to wxRadioBox, wxSlider and wxSpinCtrl and thereby
eliminated some refresh glitches when resizing.
Eliminated further refresh glitches caused by wxRadioBox (to nearby controls)
by refreshing parent when the radio box moves.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33907 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
docs/latex/wx/sysopt.tex
include/wx/msw/private.h
include/wx/msw/window.h
src/msw/radiobox.cpp
src/msw/slider95.cpp
src/msw/spinctrl.cpp
src/msw/window.cpp