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:
wp_xxyyzz
2018-03-24 09:51:47 +00:00
parent 12949c5965
commit 8442c16cfc

View File

@ -81,6 +81,9 @@ begin
FOpacity := 100;
FBlockSize := 6;
FSwatchStyle := false;
{$IFDEF WINDOWS}
DoubleBuffered := true;
{$ENDIF}
end;
procedure TmbColorPreview.DoChange;