mirror of https://gitlab.com/basile.b/dexed.git
prevent flicker on page selection
This commit is contained in:
parent
ec7dd3b0d5
commit
6dab35adca
|
|
@ -219,8 +219,6 @@ begin
|
||||||
|
|
||||||
pge := TCEPage(fPages.Items[index]);
|
pge := TCEPage(fPages.Items[index]);
|
||||||
pge.Visible:=false;
|
pge.Visible:=false;
|
||||||
for ctl in pge.GetEnumeratorControls do
|
|
||||||
ctl.Visible:=false;
|
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TCEPageControl.showPage(index: integer);
|
procedure TCEPageControl.showPage(index: integer);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue