Spreadsheet: Don't update line edit on top unless we have to.
This commit is contained in:
parent
160d88c883
commit
a760487ad2
|
@ -307,7 +307,9 @@ void SheetView::updateCell(const App::Property *prop)
|
|||
CellAddress address;
|
||||
|
||||
sheet->getCellAddress(prop, address);
|
||||
updateContentLine();
|
||||
|
||||
if (currentIndex().row() == address.row() && currentIndex().column() == address.col() )
|
||||
updateContentLine();
|
||||
}
|
||||
catch (...) {
|
||||
// Property is not a cell
|
||||
|
|
Loading…
Reference in New Issue
Block a user