设计器
修正解析死循环问题
This commit is contained in:
@@ -454,6 +454,10 @@ type tcustompagecontrol = class(TCustomControl)
|
||||
if FCurrentid=-1 then
|
||||
begin
|
||||
setselidx(0);
|
||||
end else
|
||||
begin
|
||||
if not (page is class(TWinControl)) then CalcTabs();
|
||||
InvalidateRect(nil,false);
|
||||
end
|
||||
end
|
||||
public
|
||||
|
||||
Reference in New Issue
Block a user