Fix transparent SET editor, mentioned in issueid #884

This commit is contained in:
Ansgar Becker
2008-12-02 22:38:09 +00:00
parent 35ef825f35
commit 04cb62571e

View File

@ -583,6 +583,7 @@ begin
FPanel.Parent := FTree; FPanel.Parent := FTree;
FPanel.Left := FTextBounds.Left; FPanel.Left := FTextBounds.Left;
FPanel.Top := FTextBounds.Top; FPanel.Top := FTextBounds.Top;
FPanel.ParentBackground := False;
FCheckList := TTNTCheckListBox.Create(FPanel); FCheckList := TTNTCheckListBox.Create(FPanel);
FCheckList.Parent := FPanel; FCheckList.Parent := FPanel;