Scintilla's Point class no longer matches the structure of wxPoint, so we need to copy points to a wxPoint array instead of just typcasting Scintilla's array. Fixes #14687
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72554 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -330,6 +330,7 @@ AppFrame::AppFrame (const wxString &title)
|
||||
m_edit->SetFocus();
|
||||
|
||||
FileOpen (wxT("stctest.cpp"));
|
||||
m_edit->SetSelection(0,0);
|
||||
}
|
||||
|
||||
AppFrame::~AppFrame () {
|
||||
|
Reference in New Issue
Block a user