From e3789263ef952fa49b80ec6b667163c5067c8f3a Mon Sep 17 00:00:00 2001 From: Yuriy Skalko Date: Tue, 11 Aug 2020 11:48:24 +0300 Subject: [PATCH] Disable editing of math package names in Document Settings (cherry picked from commit e1dd91e10e3f76b4bd47c8d7133ad7318edf04f1) --- src/frontends/qt4/ui/MathsUi.ui | 3 +++ status.23x | 3 +++ 2 files changed, 6 insertions(+) diff --git a/src/frontends/qt4/ui/MathsUi.ui b/src/frontends/qt4/ui/MathsUi.ui index 4258819c59..e30f970b72 100644 --- a/src/frontends/qt4/ui/MathsUi.ui +++ b/src/frontends/qt4/ui/MathsUi.ui @@ -22,6 +22,9 @@ 0 + + QAbstractItemView::NoEditTriggers + true diff --git a/status.23x b/status.23x index eb206222b4..aeee86118f 100644 --- a/status.23x +++ b/status.23x @@ -86,6 +86,9 @@ What's new - Fix counter in bibliography inset (bug 11920). +- Do not allow editing of math package list in Document > Settings > Math Options, + thus preventing a crash (bug 11931). + * INTERNALS -- 2.39.2