Reload pragma values when pressing F5/Ctrl+R

As suggested by Iulian here
da7f472864 (commitcomment-19844983)
This commit is contained in:
Martin Kleusberg
2016-12-19 17:53:37 +01:00
parent e6a8f88255
commit ab5f6cffa7

View File

@@ -700,7 +700,8 @@ void MainWindow::refresh()
populateTable();
break;
case PragmaTab:
// Do nothing
// Reload pragma values
loadPragmas();
break;
case ExecuteTab:
// (Re-)Run the current SQL query