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 @@ -677,6 +677,7 @@ void QgsPropertyOverrideButton::showExpressionDialog()
677
677
mProperty .setExpressionString ( mExpressionString );
678
678
mProperty .setTransformer ( nullptr );
679
679
setActivePrivate ( !mExpressionString .isEmpty () );
680
+ updateSiblingWidgets ( isActive () );
680
681
updateGui ();
681
682
emit changed ();
682
683
}
@@ -704,6 +705,7 @@ void QgsPropertyOverrideButton::showAssistant()
704
705
widget->updateProperty ( this ->mProperty );
705
706
mExpressionString = this ->mProperty .asExpression ();
706
707
mFieldName = this ->mProperty .field ();
708
+ updateSiblingWidgets ( isActive () );
707
709
this ->emit changed ();
708
710
} );
709
711
@@ -734,6 +736,7 @@ void QgsPropertyOverrideButton::showAssistant()
734
736
mExpressionString = mProperty .asExpression ();
735
737
mFieldName = mProperty .field ();
736
738
widget->acceptPanel ();
739
+ updateSiblingWidgets ( isActive () );
737
740
updateGui ();
738
741
739
742
emit changed ();
You can’t perform that action at this time.
0 commit comments