[LyX/master] Suppress theme to change when auto-apply of color is on

Koji Yokota <[email protected]> Tue, 21 Jul 2026 07:25:40 +0000
Newsgroups gmane.editors.lyx.cvs
Message-ID <[email protected]>
commit ca552705a25c5d84989512e49a19ec728d329b8f
Author: Koji Yokota <[email protected]>
Date:   Tue Jul 21 16:20:40 2026 +0900

    Suppress theme to change when auto-apply of color is on
---
 src/frontends/qt/GuiPrefs.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/frontends/qt/GuiPrefs.cpp b/src/frontends/qt/GuiPrefs.cpp
index adcbc4a051..6998430780 100644
--- a/src/frontends/qt/GuiPrefs.cpp
+++ b/src/frontends/qt/GuiPrefs.cpp
@@ -4708,6 +4708,7 @@ void SetColor::setColor(QColor const &color)
 	changed();
 
 	if (autoapply_) {
+		applyRC(form_->rc());
 		parent_->form_->setColor(lcolors_[item_.row()], newcolors_[item_.row()]);
 		parent_->form_->dispatchParams();
 	}
-- 
lyx-cvs mailing list
[email protected]
https://lists.lyx.org/mailman/listinfo/lyx-cvs