Skip to content

Commit ee9b4a3

Browse files
committed
Revert
1 parent b751f0d commit ee9b4a3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

plugins/robots/common/twoDModel/src/engine/view/parts/colorItemPopup.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ bool ColorItemPopup::attachTo(const QList<QGraphicsItem *> &items)
7373
setBrushPickerColor(color);
7474
mBrushPicker->setVisible(hasProperty("filled"));
7575
mBrushPicker->setChecked(dominantPropertyValue("filled").toBool());
76+
mSpinBox->setVisible(hasProperty("thickness"));
7677
mSpinBox->setCurrentValue(dominantPropertyValue("thickness").toInt());
7778

7879
// Restoring values that really were picked by user.

0 commit comments

Comments
 (0)