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:
Robin Dunn
2012-09-25 23:53:14 +00:00
parent 7be2a7af39
commit 48d63da328
2 changed files with 9 additions and 1 deletions

View File

@@ -330,6 +330,7 @@ AppFrame::AppFrame (const wxString &title)
m_edit->SetFocus();
FileOpen (wxT("stctest.cpp"));
m_edit->SetSelection(0,0);
}
AppFrame::~AppFrame () {