commit 73c19cae414f4f31841191baf060017b57a6dc1d
Author: Thibaut Cuvelier <[email protected]>
Date:   Tue Oct 29 04:31:41 2024 +0100

    Amend 7feffb89: restore the meaning of the elements in the QComboBox.
    
    The order is not user-friendly, but correct. Before this patch, the 
elements in the UI didn't correspond to the implemented behaviour. The problem 
is the order: the first element is always MathML, the second HTML, etc. I think 
we should rather use some `userData` in QComboBox items to decouple the order 
from the semantics.
---
 src/frontends/qt/ui/OutputUi.ui | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/frontends/qt/ui/OutputUi.ui b/src/frontends/qt/ui/OutputUi.ui
index 842cd4fa94..a0a6879568 100644
--- a/src/frontends/qt/ui/OutputUi.ui
+++ b/src/frontends/qt/ui/OutputUi.ui
@@ -295,22 +295,22 @@
               </item>
               <item>
                <property name="text">
-                <string>MathML 3</string>
+                <string>HTML</string>
                </property>
               </item>
               <item>
                <property name="text">
-                <string>HTML</string>
+                <string>Images</string>
                </property>
               </item>
               <item>
                <property name="text">
-                <string>Images</string>
+                <string>LaTeX</string>
                </property>
               </item>
               <item>
                <property name="text">
-                <string>LaTeX</string>
+                <string>MathML 3</string>
                </property>
               </item>
              </widget>
-- 
lyx-cvs mailing list
[email protected]
https://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to