mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 02:50:46 -06:00
Merge branch 'master' of https://github.com/sqlitebrowser/sqlitebrowser
This commit is contained in:
@@ -687,7 +687,6 @@ void MainWindow::selectTableLines(int firstLine, int count)
|
||||
return;
|
||||
|
||||
selectTableLine(firstLine);
|
||||
QItemSelectionModel* selectionModel = ui->dataTable->selectionModel();
|
||||
|
||||
QModelIndex topLeft = ui->dataTable->model()->index(firstLine, 0);
|
||||
QModelIndex bottomRight = ui->dataTable->model()->index(lastLine, ui->dataTable->model()->columnCount()-1);
|
||||
|
||||
Reference in New Issue
Block a user