Added more flags to resource.cpp, #ifdefed out ScanfV for Windows, some
grid typo fixes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@136 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -119,18 +119,6 @@ void wxToolBarSimple::OnPaint (wxPaintEvent& event)
|
||||
DrawTool(dc, mem_dc, tool);
|
||||
}
|
||||
|
||||
/* Old code which drew a line beneath the toolbar - not generally
|
||||
* wanted.
|
||||
int w, h;
|
||||
GetClientSize( &w, &h );
|
||||
wxPen * old_pen = dc.GetPen();
|
||||
dc.SetPen( *white_pen );
|
||||
dc.DrawLine(0,0,w,0);
|
||||
dc.SetPen( *black_pen );
|
||||
dc.DrawLine(0,(h-1),w,(h-1));
|
||||
dc.SetPen( *old_pen );
|
||||
*/
|
||||
|
||||
count--;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user