Disable editing of math package names in Document Settings

(cherry picked from commit e1dd91e10e)
This commit is contained in:
Yuriy Skalko 2020-08-11 11:48:24 +03:00 committed by Juergen Spitzmueller
parent e31ed040aa
commit e3789263ef
2 changed files with 6 additions and 0 deletions

View File

@ -22,6 +22,9 @@
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="editTriggers">
<set>QAbstractItemView::NoEditTriggers</set>
</property>
<property name="alternatingRowColors">
<bool>true</bool>
</property>

View File

@ -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