]> git.lyx.org Git - features.git/commit
Do not unnecessarily reset the outliner to TOC on internal model changes
authorJuergen Spitzmueller <spitz@lyx.org>
Wed, 2 Nov 2022 11:33:20 +0000 (12:33 +0100)
committerJuergen Spitzmueller <spitz@lyx.org>
Wed, 2 Nov 2022 11:33:20 +0000 (12:33 +0100)
commit293b8dbe67dc025d03d0523d0079f71f5ab62ce3
tree4f3ca040b531d6e0e224cf7bc9daad1ad2b34d19
parentb51f1f78007ecb29f50ba3cfc9ea830c857131bb
Do not unnecessarily reset the outliner to TOC on internal model changes

The activated() signal is only issued on user changes, what we want here,
not internal model changes (as with currentIndexChanged())
src/frontends/qt/TocWidget.cpp
src/frontends/qt/TocWidget.h