parent
c313f5df82
commit
7ba6a5b974
|
|
@ -2370,6 +2370,7 @@ type TEditer=class(TCustomcontrol) //
|
||||||
begin
|
begin
|
||||||
docloseapageitem(iti);
|
docloseapageitem(iti);
|
||||||
end
|
end
|
||||||
|
if itss then FPageEditer.CallSelChanged();
|
||||||
end
|
end
|
||||||
"关闭右侧所有":
|
"关闭右侧所有":
|
||||||
begin
|
begin
|
||||||
|
|
@ -2387,8 +2388,8 @@ type TEditer=class(TCustomcontrol) //
|
||||||
begin
|
begin
|
||||||
dodel := 1;
|
dodel := 1;
|
||||||
end ;
|
end ;
|
||||||
|
|
||||||
end
|
end
|
||||||
|
if dodel then FPageEditer.CallSelChanged();
|
||||||
end
|
end
|
||||||
"关闭其他标签":
|
"关闭其他标签":
|
||||||
begin
|
begin
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue