Merge remote-tracking branch 'upstream/master' into omega-master

This commit is contained in:
Quentin
2019-11-04 21:25:14 +01:00

View File

@@ -267,7 +267,9 @@ void ConsoleController::tableViewDidChangeSelection(SelectableTableView * t, int
}
}
ConsoleLineCell * selectedCell = (ConsoleLineCell *)(t->selectedCell());
selectedCell->reloadCell();
if (selectedCell) {
selectedCell->reloadCell();
}
}
}