]> git.lyx.org Git - features.git/commitdiff
Fix double-click expansion of outliner
authorJuergen Spitzmueller <spitz@lyx.org>
Sun, 17 Sep 2023 14:45:19 +0000 (16:45 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Sun, 17 Sep 2023 14:45:19 +0000 (16:45 +0200)
src/frontends/qt/TocWidget.cpp

index 03d870a5f4c37d7123348cf91cc93e1b9646c61e..e3d857b1dd8a1103f7767828ea41316e2c8f6bec 100644 (file)
@@ -501,7 +501,6 @@ void TocWidget::updateView()
                finishUpdateView();
                timer_->start(300);
        }
-       keep_expanded_ = false;
 }