mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 02:50:46 -06:00
Keep the UI responsive when executing many statements in Execute SQL tab
This commit is contained in:
@@ -1026,6 +1026,9 @@ void MainWindow::executeQuery()
|
||||
}
|
||||
|
||||
execution_start_index = execution_end_index;
|
||||
|
||||
// Process events to keep the UI responsive
|
||||
qApp->processEvents();
|
||||
}
|
||||
sqlWidget->finishExecution(statusMessage);
|
||||
plotDock->updatePlot(sqlWidget->getModel());
|
||||
|
||||
Reference in New Issue
Block a user