git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34243
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#if wxUSE_UXTHEME
if ( style & wxTB_FLAT )
{
#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.
+#if 0
wxUxThemeEngine *p = wxUxThemeEngine::Get();
if ( !p || !p->IsThemeActive() )
wxUxThemeEngine *p = wxUxThemeEngine::Get();
if ( !p || !p->IsThemeActive() )