- Enable double buffering for the tile info label

This commit is contained in:
Andreas Schneider 2009-12-05 02:04:27 +01:00
parent dd88d845cd
commit a5128b0d05
1 changed files with 3 additions and 0 deletions

View File

@ -839,6 +839,9 @@ begin
until FindNext(searchRec) <> 0;
end;
FindClose(searchRec);
DoubleBuffered := True;
pnlBottom.DoubleBuffered := True;
FLastDraw := Now;
end;