diff options
Diffstat (limited to 'src/mainwindow.cpp')
| -rw-r--r-- | src/mainwindow.cpp | 1 |
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(); } } } |
