- refresh the table after toggling the Show row id column option
This commit is contained in:
Iulian Onofrei
2016-07-12 23:39:57 +03:00
parent 3b2c192bf8
commit 46ccc3a8d8

View File

@@ -2482,6 +2482,8 @@ void MainWindow::showRowidColumn(bool show)
// Re-enable signals
ui->dataTable->horizontalHeader()->blockSignals(false);
ui->dataTable->update();
}
void MainWindow::browseDataSetTableEncoding(bool forAllTables)