Fix conflicts

This commit is contained in:
Quentin Guidée
2020-02-17 17:10:32 +01:00
109 changed files with 340 additions and 82 deletions

View File

@@ -38,6 +38,7 @@ FunctionListController::FunctionListController(Responder * parentResponder, Butt
/* TableViewDataSource */
void FunctionListController::viewWillAppear() {
ExpressionModelListController::viewWillAppear();
computeTitlesColumnWidth();
}