mbColorLib: Fix painting issues of TmbColorPicker descendents in Linux.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5551 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2016-12-20 22:28:49 +00:00
parent 69886645c6
commit db5064590a
4 changed files with 11 additions and 11 deletions

View File

@@ -108,7 +108,7 @@ begin
FMaxS := 240;
FMaxL := 100;
PBack := TBitmap.Create;
PBack.PixelFormat := pf32bit;
// PBack.PixelFormat := pf32bit;
ParentColor := true;
SetInitialBounds(0, 0, WSL + DIST + WH, HSL + 2*VDELTA);
TabStop := true;