We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b751f0d commit ee9b4a3Copy full SHA for ee9b4a3
1 file changed
plugins/robots/common/twoDModel/src/engine/view/parts/colorItemPopup.cpp
@@ -73,6 +73,7 @@ bool ColorItemPopup::attachTo(const QList<QGraphicsItem *> &items)
73
setBrushPickerColor(color);
74
mBrushPicker->setVisible(hasProperty("filled"));
75
mBrushPicker->setChecked(dominantPropertyValue("filled").toBool());
76
+ mSpinBox->setVisible(hasProperty("thickness"));
77
mSpinBox->setCurrentValue(dominantPropertyValue("thickness").toInt());
78
79
// Restoring values that really were picked by user.
0 commit comments