Fixed a compiler error for wxWidgets 2.8
This commit is contained in:
parent
a49d12fe1a
commit
3c59e11f57
|
@ -1963,7 +1963,7 @@ void MyFrame::OnDialogReplace ( wxFindDialogEvent& event )
|
|||
start += doc->ReplaceTarget ( event.GetReplaceString() );
|
||||
}
|
||||
// Move to the next position
|
||||
doc->SetEmptySelection ( start );
|
||||
doc->SetSelection ( start, start );
|
||||
}
|
||||
OnDialogFind ( event );
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue