diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-06-25 17:44:41 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-07-02 10:10:19 -0400 |
| commit | fa20f81b46c3f8c89fcbbdff6e5da0225c707358 (patch) | |
| tree | d02df7f08ba1fdac3fb9d6b699621cfc69638944 /src/modinfodialog.ui | |
| parent | 65b3eb24fc5e3e1033d583a24cb51a19b0cfac2c (diff) | |
replaced reportError() calls by qCritical() because they can come from a thread, which hangs the ui
categories and notes will update the tab color when changing
fixed rare crash when reordering tabs while loading a mod
Diffstat (limited to 'src/modinfodialog.ui')
| -rw-r--r-- | src/modinfodialog.ui | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/modinfodialog.ui b/src/modinfodialog.ui index fd367e74..30ea9217 100644 --- a/src/modinfodialog.ui +++ b/src/modinfodialog.ui @@ -810,9 +810,6 @@ text-align: left;</string> <layout class="QVBoxLayout" name="verticalLayout_7">
<item>
<widget class="QTreeWidget" name="categories">
- <property name="animated">
- <bool>true</bool>
- </property>
<attribute name="headerVisible">
<bool>false</bool>
</attribute>
@@ -1038,7 +1035,7 @@ p, li { white-space: pre-wrap; } </attribute>
<layout class="QVBoxLayout" name="verticalLayout_10">
<item>
- <widget class="QLineEdit" name="commentsEdit">
+ <widget class="QLineEdit" name="comments">
<property name="toolTip">
<string>Enter comments about the mod here. These are displayed in the notes column of the mod list.</string>
</property>
@@ -1051,7 +1048,7 @@ p, li { white-space: pre-wrap; } </widget>
</item>
<item>
- <widget class="HTMLEditor" name="notesEdit">
+ <widget class="HTMLEditor" name="notes">
<property name="toolTip">
<string>Enter notes about the mod here. These can be viewed in the mod list by hovering over the notes column or the flags column.</string>
</property>
|
