- Enable double buffering for the tile info label
This commit is contained in:
parent
dd88d845cd
commit
a5128b0d05
|
@ -839,6 +839,9 @@ begin
|
|||
until FindNext(searchRec) <> 0;
|
||||
end;
|
||||
FindClose(searchRec);
|
||||
|
||||
DoubleBuffered := True;
|
||||
pnlBottom.DoubleBuffered := True;
|
||||
|
||||
FLastDraw := Now;
|
||||
end;
|
||||
|
|
Loading…
Reference in New Issue