aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index 48895c2..02fb0ed 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -412,6 +412,7 @@ void MainWindow::on_tab_fileLoaded(DocumentStats const & stats)
assert(index >= 0);
if(index == this->ui->browser_tabs->currentIndex()) {
setFileStatus(stats);
+ this->ui->outline_view->expandAll();
}
}
}