Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
- refresh the table after toggling the Show row id column option
  • Loading branch information
revolter committed Jul 12, 2016
1 parent 3b2c192 commit 46ccc3a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/MainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 46ccc3a

Please sign in to comment.