* made contributors and acknowledgements double buffered so it should flicker less. Patch by Gerald Pottler

git-svn-id: trunk@19052 -
This commit is contained in:
marc 2009-03-21 01:41:12 +00:00
parent e8615f8e60
commit 4248911708

View File

@ -166,7 +166,9 @@ begin
AboutPage.Caption:=lisMenuTemplateAbout;
ContributorsPage.Caption:=lisContributors;
ContributorsPage.DoubleBuffered := True;
AcknowledgementsPage.Caption:=lisAcknowledgements;
AcknowledgementsPage.DoubleBuffered := True;
LogoPage.Caption:=lisLogo;
miVerToClipboard.Caption := lisVerToClipboard;