You've already forked lazarus-ccr
mbColorLib: Quick-and-dirty fix of flicker of TColorPreview under Win and Laz 1.9+.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6274 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -81,6 +81,9 @@ begin
|
|||||||
FOpacity := 100;
|
FOpacity := 100;
|
||||||
FBlockSize := 6;
|
FBlockSize := 6;
|
||||||
FSwatchStyle := false;
|
FSwatchStyle := false;
|
||||||
|
{$IFDEF WINDOWS}
|
||||||
|
DoubleBuffered := true;
|
||||||
|
{$ENDIF}
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TmbColorPreview.DoChange;
|
procedure TmbColorPreview.DoChange;
|
||||||
|
Reference in New Issue
Block a user