recreating Xcode project files with new script

This commit is contained in:
Stefan Csomor
2022-04-16 14:27:24 +02:00
parent d72a3f7cec
commit 533958be10
7 changed files with 8965 additions and 8495 deletions

View File

@@ -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) )