tvplanit: Remove calls to DoubleBuffered in the units (flicker fixed in Laz trunk)

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6455 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2018-06-04 10:36:57 +00:00
parent 394c8032df
commit 9ce59d21d5
9 changed files with 57 additions and 19 deletions

View File

@ -333,7 +333,7 @@ begin
TabStop := False;
BorderStyle := bsNone;
{$IFDEF VERSION4}
DoubleBuffered := False;
// DoubleBuffered := False;
{$ENDIF}
end;
{=====}
@ -472,7 +472,7 @@ begin
{ Set styles and initialize internal variables }
{$IFDEF VERSION4}
DoubleBuffered := true;
// DoubleBuffered := true;
{$ENDIF}
FWeekStartsOn := dtMonday;