#if wxUSE_UXTHEME
if ( style & wxTB_FLAT )
{
+ // Testing for an active theme appears to be unnecessary (see comments in patch 1204217).
+ // Disabling the test brings back separator lines.
+ // 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
{
DWORD dwToolbarStyle;