mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-19 18:40:13 -06:00
Bugfix
This fixes a bug in the foreign key handling in the Browse Data tab which I introduced during my optimisations.
This commit is contained in:
@@ -2398,7 +2398,8 @@ void MainWindow::jumpToRow(const QString& table, QString column, const QByteArra
|
||||
return;
|
||||
|
||||
// Jump to table
|
||||
populateTable(table);
|
||||
ui->comboBrowseTable->setCurrentIndex(ui->comboBrowseTable->findText(table));
|
||||
populateTable();
|
||||
|
||||
// Set filter
|
||||
ui->dataTable->filterHeader()->setFilter(column_index+1, value);
|
||||
|
||||
Reference in New Issue
Block a user