From 73c19cae414f4f31841191baf060017b57a6dc1d Mon Sep 17 00:00:00 2001 From: Thibaut Cuvelier Date: Tue, 29 Oct 2024 04:31:41 +0100 Subject: [PATCH] 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 | 10 +++++----- 1 file changed, 5 insertions(+), 5 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 @@ -293,11 +293,6 @@ MathML Core (default) - - - MathML 3 - - HTML @@ -313,6 +308,11 @@ LaTeX + + + MathML 3 + +