prevent flicker on page selection

This commit is contained in:
Basile Burg 2015-12-10 02:29:07 +01:00
parent ec7dd3b0d5
commit 6dab35adca
1 changed files with 0 additions and 2 deletions

View File

@ -219,8 +219,6 @@ begin
pge := TCEPage(fPages.Items[index]);
pge.Visible:=false;
for ctl in pge.GetEnumeratorControls do
ctl.Visible:=false;
end;
procedure TCEPageControl.showPage(index: integer);