[Spreadsheet] add alias line edit next to contents line edit -- add back in some inadvertently removed code
This commit is contained in:
@@ -324,6 +324,11 @@ void SheetView::resizeRow(int col, int newSize)
|
||||
|
||||
void SheetView::editingFinished()
|
||||
{
|
||||
if (ui->cellContent->completerActive()) {
|
||||
ui->cellContent->hideCompleter();
|
||||
return;
|
||||
}
|
||||
|
||||
if (ui->cellAlias->completerActive()) {
|
||||
ui->cellAlias->hideCompleter();
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user