mbColorLib: Fix incorrect background painting of some controls (lost in one of previous commits).

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5522 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2016-12-16 21:14:22 +00:00
parent 46dad57cfa
commit b29d878e22
4 changed files with 19 additions and 18 deletions

View File

@ -117,7 +117,7 @@ uses
constructor TmbCustomPicker.Create(AOwner: TComponent);
begin
inherited;
ControlStyle := ControlStyle + [csOpaque] - [csAcceptsControls];
//ControlStyle := ControlStyle + [csOpaque] - [csAcceptsControls];
DoubleBuffered := true;
TabStop := true;
{$IFDEF DELPHI_7_UP}{$IFDEF DELPHI}