mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-16 11:42:12 +08:00
Various AVs (e.g. after SessionConnect) caused by ListTables nodes, still bound to old TDBObject items. Fixes issue #1747.
This commit is contained in:
@ -1815,6 +1815,7 @@ begin
|
||||
// Clear database and table lists
|
||||
DBtree.ClearSelection;
|
||||
DBtree.FocusedNode := nil;
|
||||
PreviousFocusedNode := nil;
|
||||
FreeAndNil(AllDatabases);
|
||||
FreeAndNil(DataGridHiddenColumns);
|
||||
SynMemoFilter.Clear;
|
||||
@ -1832,6 +1833,7 @@ begin
|
||||
ListStatus.Tag := VTREE_NOTLOADED;
|
||||
ListProcesses.Tag := VTREE_NOTLOADED;
|
||||
ListCommandstats.Tag := VTREE_NOTLOADED;
|
||||
ListTables.Tag := VTREE_NOTLOADED;
|
||||
|
||||
Application.Title := APPNAME;
|
||||
end;
|
||||
|
Reference in New Issue
Block a user