git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70486
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
if (p.rect != old_pane_rects[i])
{
p.window->Refresh();
if (p.rect != old_pane_rects[i])
{
p.window->Refresh();
-#ifdef TODO_REMOVE_IF_NO_PROBLEMS
+
+ // under OSX the repaint events occurs almost immediately
+ // for the other platforms we issue an immediate repaint
+#ifndef __WXOSX__
p.window->Update();
#endif
}
p.window->Update();
#endif
}
void wxAuiManager::Repaint(wxDC* dc)
{
void wxAuiManager::Repaint(wxDC* dc)
{
if ( dc == NULL )
{
m_frame->Refresh() ;
if ( dc == NULL )
{
m_frame->Refresh() ;