设计器
优化
This commit is contained in:
@@ -1222,8 +1222,7 @@ type TCustomMemo = class(TCustomScrollControl,TCustomMemoCmd) //
|
||||
end
|
||||
function DoTextChanged(p);virtual;//文本改变
|
||||
begin
|
||||
//改变
|
||||
autosetgtwidth();
|
||||
//改变
|
||||
end
|
||||
function DoCaretPosChanged();virtual;//caret位置改变
|
||||
begin
|
||||
@@ -1687,6 +1686,7 @@ type TCustomMemo = class(TCustomScrollControl,TCustomMemoCmd) //
|
||||
begin
|
||||
fRedoList.Clear();
|
||||
end
|
||||
autosetgtwidth();
|
||||
return DoTextChanged(p);
|
||||
end
|
||||
function setcurrentLineColor(c);
|
||||
|
||||
Reference in New Issue
Block a user