Change the method that normalized weight text displayed from spinner box suffix to a Qlabel to prevent annoying interruption when typing weight.
This commit is contained in:
@ -484,7 +484,7 @@ private:
|
||||
|
||||
//Xforms.
|
||||
DoubleSpinBox* m_XformWeightSpin;
|
||||
SpinnerButtonWidget* m_XformWeightSpinnerButtonWidget;
|
||||
SpinnerLabelButtonWidget* m_XformWeightSpinnerButtonWidget;
|
||||
QFormLayout* m_XformsSelectionLayout;
|
||||
vector<QCheckBox*> m_XformSelections;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user