Browse Source

Remove search text on Ctrl+F

Arthur Yefimov 3 years ago
parent
commit
3c4c36db7b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Editor.Mod

+ 1 - 1
src/Editor.Mod

@@ -1118,7 +1118,7 @@ BEGIN OV.InitWindow(c); c.do := searchDialogMethod; c.editor := editor;
   (* Text To Find Edit *)
   c.edtText := OV.NewEdit();
   c.edtText.do.resize(c.edtText, 3, 3, c.w - 6, 1);
-  OV.EditSetCaption(c.edtText, editor.search);
+  (*OV.EditSetCaption(c.edtText, editor.search);*)
   OV.Add(c, c.edtText);
 
   (* OK button *)