From c267c5bf56629619d28d299d6fee507d1fdf420b Mon Sep 17 00:00:00 2001 From: "Felix (xq) Queißner" Date: Fri, 19 Jun 2020 18:00:15 +0200 Subject: Auto-expanding the outline now works. --- src/mainwindow.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mainwindow.cpp') 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(); } } } -- cgit v1.2.3