You've already forked lazarus-ccr
mbColorLib: Quick-and-dirty fix of flickering issue with Laz trunk under Windows.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6267 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -66,6 +66,9 @@ begin
|
||||
inherited Create(AOwner);
|
||||
// ControlStyle := ControlStyle - [csOpaque];
|
||||
ParentColor := true;
|
||||
{$IFDEF WINDOWS}
|
||||
DoubleBuffered := true;
|
||||
{$ENDIF}
|
||||
end;
|
||||
|
||||
destructor TmbBasicPicker.Destroy;
|
||||
|
Reference in New Issue
Block a user