mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2026-03-13 09:24:25 +08:00
Apply database and table filter on a new connection. Fixes issue #3353.
This commit is contained in:
@@ -3442,6 +3442,12 @@ begin
|
||||
);
|
||||
end;
|
||||
|
||||
// Tree node filtering needs a hit in special cases, e.g. after a db was dropped
|
||||
if editDatabaseFilter.Text <> '' then
|
||||
editDatabaseFilter.OnChange(editDatabaseFilter);
|
||||
if editTableFilter.Text <> '' then
|
||||
editTableFilter.OnChange(editTableFilter);
|
||||
|
||||
end;
|
||||
StoreLastSessions;
|
||||
ShowStatusMsg;
|
||||
|
||||
Reference in New Issue
Block a user