recreating Xcode project files with new script
This commit is contained in:
@@ -1012,10 +1012,6 @@ protected:
|
||||
}
|
||||
};
|
||||
|
||||
// ============================================================================
|
||||
// implementations
|
||||
// ============================================================================
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// MyImageFrame
|
||||
//-----------------------------------------------------------------------------
|
||||
@@ -1157,6 +1153,7 @@ MyFrame::MyFrame()
|
||||
// 500 width * 2750 height
|
||||
m_canvas->SetScrollbars( 10, 10, 50, 275 );
|
||||
m_canvas->SetCursor(wxImage("cursor.png"));
|
||||
|
||||
}
|
||||
|
||||
void MyFrame::OnQuit( wxCommandEvent &WXUNUSED(event) )
|
||||
|
||||
Reference in New Issue
Block a user