mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 13:45:58 +02:00
* Do not redraw entire screen when Tgroup.draw is called.
git-svn-id: trunk@3778 -
This commit is contained in:
parent
18c6d4f4de
commit
53201802d5
@ -2204,7 +2204,7 @@ END;
|
||||
PROCEDURE TGroup.Draw;
|
||||
BEGIN
|
||||
If Buffer=Nil then
|
||||
ReDraw
|
||||
DrawSubViews(First, nil)
|
||||
else
|
||||
WriteBuf(0,0,Size.X,Size.Y,Buffer);
|
||||
END;
|
||||
|
Loading…
Reference in New Issue
Block a user