소스 검색

Remove search text on Ctrl+F

Arthur Yefimov 3 년 전
부모
커밋
3c4c36db7b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 *)