Explorar o código

* Do not redraw entire screen when Tgroup.draw is called.

git-svn-id: trunk@3778 -
daniel %!s(int64=19) %!d(string=hai) anos
pai
achega
53201802d5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      fv/views.pas

+ 1 - 1
fv/views.pas

@@ -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;