X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e289f578471893be518d8f680f3675ebee889c81..27d2f680a7d16b7489e445e00c3324a45d0d0b28:/src/msw/tbar95.cpp?ds=inline diff --git a/src/msw/tbar95.cpp b/src/msw/tbar95.cpp index 3510019626..5744077dfa 100644 --- a/src/msw/tbar95.cpp +++ b/src/msw/tbar95.cpp @@ -251,7 +251,9 @@ bool wxToolBar::Create(wxWindow *parent, { // Testing for an active theme appears to be unnecessary (see comments in patch 1204217). // 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(); if ( !p || !p->IsThemeActive() ) #endif