mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-06-30 13:26:02 -04:00
--User changes
-Make the xform name field be a standard edit control so it's always editable.
This commit is contained in:
@ -880,6 +880,7 @@ void Fractorium::SetTabOrders()
|
||||
w = SetTabOrder(this, w, ui.AddFinalXformButton);
|
||||
w = SetTabOrder(this, w, m_XformWeightSpin);
|
||||
w = SetTabOrder(this, w, m_XformWeightSpinnerButtonWidget->m_Button);
|
||||
w = SetTabOrder(this, w, m_XformNameEdit);
|
||||
w = SetTabOrder(this, m_XformColorIndexSpin, ui.XformColorScroll);//Xforms color.
|
||||
w = SetTabOrder(this, w, ui.RandomColorIndicesButton);
|
||||
w = SetTabOrder(this, w, ui.ToggleColorIndicesButton);
|
||||
|
Reference in New Issue
Block a user