Fix conflicts

This commit is contained in:
Quentin Guidée
2020-02-26 22:17:57 +01:00
19 changed files with 190 additions and 113 deletions

View File

@@ -400,6 +400,9 @@ void ConsoleController::resetSandbox() {
}
void ConsoleController::refreshPrintOutput() {
if (sandboxIsDisplayed()) {
return;
}
m_selectableTableView.reloadData();
m_selectableTableView.selectCellAtLocation(0, m_consoleStore.numberOfLines());
if (m_preventEdition) {