mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 02:50:46 -06:00
Fix copy in internal buffer
There was an omission of the last_row update in
968b8d55f0
That had an effect of converting all copied selections to one column.
This commit is contained in:
@@ -250,6 +250,7 @@ void ExtendedTableWidget::copy(const bool withHeaders)
|
||||
lst.clear();
|
||||
}
|
||||
lst << indices.at(i).data(Qt::EditRole).toByteArray();
|
||||
last_row = indices.at(i).row();
|
||||
}
|
||||
m_buffer.push_back(lst);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user