git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30645
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
WidgetsPage *page = wxStaticCast(m_notebook->GetCurrentPage(), WidgetsPage);
page->GetWidget()->SetForegroundColour(m_colFg);
+ page->GetWidget()->Refresh();
}
void WidgetsFrame::OnSetBgCol(wxCommandEvent& WXUNUSED(event))
WidgetsPage *page = wxStaticCast(m_notebook->GetCurrentPage(), WidgetsPage);
page->GetWidget()->SetBackgroundColour(m_colBg);
+ page->GetWidget()->Refresh();
}
#endif // wxUSE_MENUS