编辑器

优化
This commit is contained in:
JianjunLiu
2023-05-08 10:02:04 +08:00
parent cbeee269d4
commit bffdec23d9
2 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -146,7 +146,7 @@ type tgraphiccontrol = class(TControl)
return 1;
end
end
function CMCursorChanged(var Message:TLMessage):CM_CURSORCHANGED;override;
function CMCursorChanged(o:tgraphiccontrol;var Message:TLMessage):CM_CURSORCHANGED;override;
begin
inherited;
end