compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12518 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -691,7 +691,7 @@ void MyTextCtrl::OnKeyDown(wxKeyEvent& event)
|
|||||||
long from, to;
|
long from, to;
|
||||||
GetSelection(&from, &to);
|
GetSelection(&from, &to);
|
||||||
|
|
||||||
wxString sel = GetSelection();
|
wxString sel = GetStringSelection();
|
||||||
|
|
||||||
wxLogMessage(_T("Selection: from %ld to %ld."), from, to);
|
wxLogMessage(_T("Selection: from %ld to %ld."), from, to);
|
||||||
wxLogMessage(_T("Selection = '%s' (len = %u)"),
|
wxLogMessage(_T("Selection = '%s' (len = %u)"),
|
||||||
|
Reference in New Issue
Block a user