You've already forked lazarus-ccr
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user