aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
authorFelix (xq) Queißner <git@mq32.de>2020-06-19 18:00:15 +0200
committerFelix (xq) Queißner <git@mq32.de>2020-06-19 18:00:15 +0200
commitc267c5bf56629619d28d299d6fee507d1fdf420b (patch)
tree3e4ec734410eab3b01e959da8cf1bb0035416eeb /src/mainwindow.cpp
parente716a44604dcfe0ed57d278cd4d2597bf328de03 (diff)
downloadkristall-c267c5bf56629619d28d299d6fee507d1fdf420b.tar.gz
Auto-expanding the outline now works.
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();
}
}
}