- 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;
|
until FindNext(searchRec) <> 0;
|
||||||
end;
|
end;
|
||||||
FindClose(searchRec);
|
FindClose(searchRec);
|
||||||
|
|
||||||
|
DoubleBuffered := True;
|
||||||
|
pnlBottom.DoubleBuffered := True;
|
||||||
|
|
||||||
FLastDraw := Now;
|
FLastDraw := Now;
|
||||||
end;
|
end;
|
||||||
|
|
Loading…
Reference in New Issue