Spreadsheet: Only use validator when when prefix is not '='

This commit is contained in:
Benjamin Nauck
2025-06-23 16:14:35 +02:00
parent 70dac98348
commit 0fd4f2bac6
2 changed files with 4 additions and 2 deletions

View File

@@ -154,6 +154,8 @@ SheetView::SheetView(Gui::Document* pcDocument, App::DocumentObject* docObj, QWi
// Set document object to create auto completer
ui->cellContent->setDocumentObject(sheet);
ui->cellAlias->setDocumentObject(sheet);
ui->cellContent->setPrefix('=');
}
SheetView::~SheetView()