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
This commit is contained in:
@@ -11,7 +11,16 @@ All:
|
||||
|
||||
wxMSW:
|
||||
|
||||
- Fixed erroneous selection of content in wxComboBox when within a wxStaticBox.
|
||||
- Fixed erroneous selection of content in wxComboBox when within a wxStaticBox
|
||||
(checking for selection caused by WM_STYLECHANGED).
|
||||
- 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.
|
||||
- Added ability set the system option "msw.staticbox.optimized-paint" to 0 to
|
||||
allow a panel to paint graphics around controls within a static box.
|
||||
|
||||
wxMac:
|
||||
|
||||
|
@@ -28,6 +28,9 @@ pages).}
|
||||
\twocolitem{msw.staticbitmap.htclient}{If set to 1, allows the static bitmap to respond to mouse
|
||||
events. The default is 0, since a value of 1 can interfere with refresh in static boxes. Note that once set,
|
||||
this option cannot be unset later in the application.}
|
||||
\twocolitem{msw.staticbox.optimized-paint}{If set to 0, switches off optimized wxStaticBox painting.
|
||||
Setting this to 0 causes more flicker, but allows applications to paint graphics on the parent of a static box
|
||||
(the optimized refresh causes any such drawing to disappear).}
|
||||
\end{twocollist}
|
||||
|
||||
\wxheading{Mac}
|
||||
|
Reference in New Issue
Block a user