git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27854
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
if (g_isIdle)
wxapp_install_idle_handler();
- if (win->m_delayedBackgroundColour && !win->GetThemeEnabled())
+ if (win->m_delayedBackgroundColour)
win->GtkSetBackgroundColour( win->GetBackgroundColour() );
- if (win->m_delayedForegroundColour && !win->GetThemeEnabled())
+ if (win->m_delayedForegroundColour)
win->GtkSetForegroundColour( win->GetForegroundColour() );
#ifdef __WXGTK20__
if (g_isIdle)
wxapp_install_idle_handler();
- if (win->m_delayedBackgroundColour && !win->GetThemeEnabled())
+ if (win->m_delayedBackgroundColour)
win->GtkSetBackgroundColour( win->GetBackgroundColour() );
- if (win->m_delayedForegroundColour && !win->GetThemeEnabled())
+ if (win->m_delayedForegroundColour)
win->GtkSetForegroundColour( win->GetForegroundColour() );
#ifdef __WXGTK20__