Removed ugly separators toolbars again
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34370 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -35,10 +35,7 @@ wxMSW:
|
|||||||
- Setting foreground colour for wxCheckBox now works when using XP themes too.
|
- Setting foreground colour for wxCheckBox now works when using XP themes too.
|
||||||
- Now uses newer font MS Shell Dlg 2 if possible.
|
- Now uses newer font MS Shell Dlg 2 if possible.
|
||||||
- Compiles again with WIN64.
|
- Compiles again with WIN64.
|
||||||
- Restored separators on toolbars under XP themes.
|
|
||||||
- Winelib compilation now works.
|
- Winelib compilation now works.
|
||||||
- When converting a wxIcon to a bitmap check if the icon has an alpha
|
|
||||||
channel and set the bitmap to use it.
|
|
||||||
|
|
||||||
wxGTK:
|
wxGTK:
|
||||||
|
|
||||||
|
@@ -251,7 +251,9 @@ bool wxToolBar::Create(wxWindow *parent,
|
|||||||
{
|
{
|
||||||
// Testing for an active theme appears to be unnecessary (see comments in patch 1204217).
|
// Testing for an active theme appears to be unnecessary (see comments in patch 1204217).
|
||||||
// Disabling the test brings back separator lines.
|
// Disabling the test brings back separator lines.
|
||||||
#if 0
|
// However, the separators can look ugly and distracting, especially between controls,
|
||||||
|
// so I'm restoring the test and removing the separators again - JACS
|
||||||
|
#if 1
|
||||||
wxUxThemeEngine *p = wxUxThemeEngine::Get();
|
wxUxThemeEngine *p = wxUxThemeEngine::Get();
|
||||||
if ( !p || !p->IsThemeActive() )
|
if ( !p || !p->IsThemeActive() )
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user