Skip to content

Commit

Permalink
Merge pull request sqlitebrowser#645 from revolter/hotfix/rowid-refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
justinclift authored Jul 13, 2016
2 parents 3b2c192 + 46ccc3a commit fbb64c8
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 fbb64c8

Please sign in to comment.