File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -609,6 +609,7 @@ void QgsPropertyOverrideButton::showExpressionDialog()
609
609
mProperty .setExpressionString ( mExpressionString );
610
610
mProperty .setTransformer ( nullptr );
611
611
setActivePrivate ( !mExpressionString .isEmpty () );
612
+ updateSiblingWidgets ( isActive () );
612
613
updateGui ();
613
614
emit changed ();
614
615
}
@@ -636,6 +637,7 @@ void QgsPropertyOverrideButton::showAssistant()
636
637
widget->updateProperty ( this ->mProperty );
637
638
mExpressionString = this ->mProperty .asExpression ();
638
639
mFieldName = this ->mProperty .field ();
640
+ updateSiblingWidgets ( isActive () );
639
641
this ->emit changed ();
640
642
} );
641
643
@@ -666,6 +668,7 @@ void QgsPropertyOverrideButton::showAssistant()
666
668
mExpressionString = mProperty .asExpression ();
667
669
mFieldName = mProperty .field ();
668
670
widget->acceptPanel ();
671
+ updateSiblingWidgets ( isActive () );
669
672
updateGui ();
670
673
671
674
emit changed ();
You can’t perform that action at this time.
0 commit comments