Fix an issue in the Query Tool where shortcut keys could be ignored following a query error. Fixes #3915

This commit is contained in:
Aditya Toshniwal
2019-10-29 11:51:01 +00:00
committed by Dave Page
parent 30e9673375
commit 06022dfd7e
2 changed files with 2 additions and 0 deletions

View File

@@ -164,6 +164,7 @@ class ExecuteQuery {
self.sqlServerObject.resetQueryHistoryObject(self.sqlServerObject);
self.loadingScreen.hide();
self.sqlServerObject.setIsQueryRunning(false);
if (self.sqlServerObject.is_query_tool) {
self.enableSQLEditorButtons();
}