commit 05ce33acb2ff35696df8882252ba92850bd54214
Author: Juergen Spitzmueller <[email protected]>
Date:   Wed Jul 23 17:50:34 2025 +0200

    Amend 17f0101f4fb991c
    
    missed that one
---
 src/frontends/qt/TocModel.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/frontends/qt/TocModel.cpp b/src/frontends/qt/TocModel.cpp
index 9be3a7f8e0..205e5821b5 100644
--- a/src/frontends/qt/TocModel.cpp
+++ b/src/frontends/qt/TocModel.cpp
@@ -168,8 +168,8 @@ void TocModel::reset(shared_ptr<Toc const> const & toc)
                return;
        }
 
-       model_->blockSignals(true);
        model_->beginResetModel();
+       model_->blockSignals(true);
        model_->insertColumns(0, 1);
        maxdepth_ = 0;
        mindepth_ = INT_MAX;
-- 
lyx-cvs mailing list
[email protected]
https://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to