mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-14 01:56:36 +08:00
Fix transparent SET editor, mentioned in issueid #884
This commit is contained in:
@ -583,6 +583,7 @@ begin
|
||||
FPanel.Parent := FTree;
|
||||
FPanel.Left := FTextBounds.Left;
|
||||
FPanel.Top := FTextBounds.Top;
|
||||
FPanel.ParentBackground := False;
|
||||
|
||||
FCheckList := TTNTCheckListBox.Create(FPanel);
|
||||
FCheckList.Parent := FPanel;
|
||||
|
Reference in New Issue
Block a user