mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 02:50:46 -06:00
Moved inserting empty row inside model code
This commit is contained in:
@@ -609,7 +609,6 @@ void MainWindow::dittoRecord()
|
||||
if (row == -1)
|
||||
return;
|
||||
|
||||
addRecord();
|
||||
QModelIndex idx = m_browseTableModel->dittoRecord(row);
|
||||
ui->dataTable->setCurrentIndex(idx);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user