Spreadsheet: Fix unintended copies
This commit is contained in:
committed by
Chris Hennes
parent
c8a35d85fe
commit
42a910982d
@@ -709,7 +709,7 @@ void SheetTableView::pasteClipboard()
|
||||
return;
|
||||
|
||||
if(!copy) {
|
||||
for(auto range : ranges) {
|
||||
for(auto &range : ranges) {
|
||||
do {
|
||||
sheet->clear(*range);
|
||||
} while (range.next());
|
||||
|
||||
Reference in New Issue
Block a user