git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10047
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
m_macClipRect.right = 32000 ;
m_macClipRect.bottom = 32000 ;
::GetPort( &m_macOrigPort ) ;
m_macClipRect.right = 32000 ;
m_macClipRect.bottom = 32000 ;
::GetPort( &m_macOrigPort ) ;
+
+ m_pen = *wxBLACK_PEN;
+ m_font = *wxNORMAL_FONT;
+ m_brush = *wxWHITE_BRUSH;
+// dc.Clear() ; this eventually draws in the wrong background colour (appearance panels)
m_label = st ;
if ( !(GetWindowStyle() & wxST_NO_AUTORESIZE) )
SetSizeOrDefault() ;
m_label = st ;
if ( !(GetWindowStyle() & wxST_NO_AUTORESIZE) )
SetSizeOrDefault() ;
-
- wxClientDC dc(this);
- OnDraw( dc ) ;
+
+ Refresh() ;
+ MacUpdateImmediately() ;
+// wxClientDC dc(this);
+// OnDraw( dc ) ;
vsprintf(buffer,fmt,ap) ;
strcat(buffer,";g") ;
vsprintf(buffer,fmt,ap) ;
strcat(buffer,";g") ;
+ c2pstr(buffer) ;
+ DebugStr((unsigned char*) buffer) ;
m_macClipRect.right = 32000 ;
m_macClipRect.bottom = 32000 ;
::GetPort( &m_macOrigPort ) ;
m_macClipRect.right = 32000 ;
m_macClipRect.bottom = 32000 ;
::GetPort( &m_macOrigPort ) ;
+
+ m_pen = *wxBLACK_PEN;
+ m_font = *wxNORMAL_FONT;
+ m_brush = *wxWHITE_BRUSH;
+// dc.Clear() ; this eventually draws in the wrong background colour (appearance panels)
m_label = st ;
if ( !(GetWindowStyle() & wxST_NO_AUTORESIZE) )
SetSizeOrDefault() ;
m_label = st ;
if ( !(GetWindowStyle() & wxST_NO_AUTORESIZE) )
SetSizeOrDefault() ;
-
- wxClientDC dc(this);
- OnDraw( dc ) ;
+
+ Refresh() ;
+ MacUpdateImmediately() ;
+// wxClientDC dc(this);
+// OnDraw( dc ) ;
vsprintf(buffer,fmt,ap) ;
strcat(buffer,";g") ;
vsprintf(buffer,fmt,ap) ;
strcat(buffer,";g") ;
+ c2pstr(buffer) ;
+ DebugStr((unsigned char*) buffer) ;