[Spreadsheet] add alias line edit next to contents line edit -- add back in some inadvertently removed code

This commit is contained in:
mwganson
2020-03-10 18:43:07 -05:00
committed by wmayer
parent 77114fa942
commit 54549d0931

View File

@@ -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;