mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
CtrlLib: TabCtrl::NoAccept
git-svn-id: svn://ultimatepp.org/upp/trunk@2049 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
626d569bf6
commit
269853edf8
4 changed files with 17 additions and 4 deletions
|
|
@ -408,7 +408,8 @@ void CodeEditor::FindReplace(bool pick_selection, bool pick_text, bool replace)
|
|||
find_text = Get(l, h - l).ToWString();
|
||||
find_pos = h;
|
||||
}
|
||||
findreplace.find <<= find_text;
|
||||
if(find_text.GetCount())
|
||||
findreplace.find <<= find_text;
|
||||
}
|
||||
if(IsSelection() && replace) {
|
||||
findreplace.itext = GetI();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue