编辑器
优化
This commit is contained in:
@@ -5935,7 +5935,7 @@ type TFindWnd=class(TPage)
|
||||
if it then
|
||||
begin
|
||||
s1 := it.SelText;
|
||||
if s1 and length(s1)<20 and not(pos("\n",s1))then
|
||||
if s1 and not(pos("\n",s1))then //length(s1)<20 and 取消长度限制
|
||||
begin
|
||||
s := s1;
|
||||
end else
|
||||
|
||||
Reference in New Issue
Block a user