fixes #0002833: [Spreadsheet] Keyboard events are sent to the wrong viewprovider
This commit is contained in:
@@ -332,6 +332,11 @@ QModelIndexList SheetView::selectedIndexes() const
|
||||
return ui->cells->selectionModel()->selectedIndexes();
|
||||
}
|
||||
|
||||
void SheetView::deleteSelection()
|
||||
{
|
||||
ui->cells->deleteSelection();
|
||||
}
|
||||
|
||||
QModelIndex SheetView::currentIndex() const
|
||||
{
|
||||
return ui->cells->currentIndex();
|
||||
|
||||
Reference in New Issue
Block a user