mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-26 11:17:57 +08:00
Fix duplicated SELECT data queries, broken in r2418
This commit is contained in:
@ -6878,8 +6878,6 @@ begin
|
|||||||
end;
|
end;
|
||||||
if newDb <> '' then
|
if newDb <> '' then
|
||||||
LoadDatabaseProperties(newDb);
|
LoadDatabaseProperties(newDb);
|
||||||
if PageControlMain.ActivePage = tabData then
|
|
||||||
viewData(self);
|
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user