mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
Fix transparent SET editor, mentioned in issueid #884
This commit is contained in:
@ -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;
|
||||||
|
Reference in New Issue
Block a user