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

@ -278,7 +278,6 @@ void FractoriumEmberController<T>::EmberTreeItemChanged(QTreeWidgetItem* item, i
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.
}
}
else if (auto parentItem = dynamic_cast<QTreeWidgetItem*>(item))
{