Added wxSP_NO_XP_THEME style to wxSplitterWindow to switch off

theming (some applications look bad without 3D borders)


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26064 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2004-03-03 20:44:37 +00:00
parent 5088af155b
commit 3c2544bb70
5 changed files with 37 additions and 13 deletions

View File

@@ -77,8 +77,18 @@ OTHER CHANGES
2.5.2
-----
All:
All (GUI):
- wxHtmlWindow now delays image scaling until rendering,
resulting in much better display of scaled images
wxMSW:
- wxWindow::Freeze()/Thaw() can now be nested
- Added wxSP_NO_XP_THEME style to wxSplitterWindow to switch off
XP theming (some applications look bad without 3D borders)
2.5.1