mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 02:50:46 -06:00
Fixed code style
- replaced hacky code
This commit is contained in:
@@ -546,7 +546,11 @@ bool MainWindow::fileClose()
|
||||
updatePlot(0);
|
||||
|
||||
activateFields(false);
|
||||
ui->buttonLogClear->click();
|
||||
|
||||
// Clear the SQL Log
|
||||
ui->editLogApplication->clear();
|
||||
ui->editLogUser->clear();
|
||||
|
||||
for(int i=ui->tabSqlAreas->count()-1;i>=0;i--)
|
||||
closeSqlTab(i, true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user