--User changes

-Add entries for 1 and 101 in the affine rotation and scale combo boxes.
This commit is contained in:
Person 2019-06-30 20:44:07 -07:00
parent 0ac80217f7
commit 1cafbb8837
2 changed files with 20 additions and 1 deletions

View File

@ -4410,6 +4410,11 @@
<property name="frame"> <property name="frame">
<bool>true</bool> <bool>true</bool>
</property> </property>
<item>
<property name="text">
<string>101</string>
</property>
</item>
<item> <item>
<property name="text"> <property name="text">
<string>110</string> <string>110</string>
@ -4665,6 +4670,11 @@
<property name="frame"> <property name="frame">
<bool>true</bool> <bool>true</bool>
</property> </property>
<item>
<property name="text">
<string>1</string>
</property>
</item>
<item> <item>
<property name="text"> <property name="text">
<string>5</string> <string>5</string>
@ -5279,6 +5289,11 @@
<property name="frame"> <property name="frame">
<bool>true</bool> <bool>true</bool>
</property> </property>
<item>
<property name="text">
<string>1</string>
</property>
</item>
<item> <item>
<property name="text"> <property name="text">
<string>5</string> <string>5</string>
@ -5620,6 +5635,11 @@
<property name="frame"> <property name="frame">
<bool>true</bool> <bool>true</bool>
</property> </property>
<item>
<property name="text">
<string>101</string>
</property>
</item>
<item> <item>
<property name="text"> <property name="text">
<string>110</string> <string>110</string>

View File

@ -278,7 +278,6 @@ void FractoriumEmberController<T>::EmberTreeItemChanged(QTreeWidgetItem* item, i
m_Ember.m_Name = newName; m_Ember.m_Name = newName;
m_LastSaveCurrent = "";//Reset will force the dialog to show on the next save current since the user probably wants a different name. m_LastSaveCurrent = "";//Reset will force the dialog to show on the next save current since the user probably wants a different name.
} }
} }
else if (auto parentItem = dynamic_cast<QTreeWidgetItem*>(item)) else if (auto parentItem = dynamic_cast<QTreeWidgetItem*>(item))
{ {