mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
Force repainting columns list after modifying some index. Ensures key icons on column nodes are displayed immediately.
This commit is contained in:
@ -1477,6 +1477,7 @@ procedure TfrmTableEditor.treeIndexesInitChildren(Sender: TBaseVirtualTree;
|
||||
begin
|
||||
// Tell number of columns contained in index
|
||||
ChildCount := FKeys[Node.Index].Columns.Count;
|
||||
ListColumns.Invalidate;
|
||||
end;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user