diff options
| author | Felix (xq) Queißner <git@mq32.de> | 2020-06-19 18:00:15 +0200 |
|---|---|---|
| committer | Felix (xq) Queißner <git@mq32.de> | 2020-06-19 18:00:15 +0200 |
| commit | c267c5bf56629619d28d299d6fee507d1fdf420b (patch) | |
| tree | 3e4ec734410eab3b01e959da8cf1bb0035416eeb /src/mainwindow.cpp | |
| parent | e716a44604dcfe0ed57d278cd4d2597bf328de03 (diff) | |
| download | kristall-c267c5bf56629619d28d299d6fee507d1fdf420b.tar.gz | |
Auto-expanding the outline now works.
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(); } } } |
