[Bugfix]Gui: allow set up expression even if property value is currently being edited

This commit is contained in:
0penBrain
2022-08-31 11:43:12 +02:00
committed by Uwe
parent 4bfc6a082a
commit 285fc1065f

View File

@@ -748,6 +748,7 @@ void PropertyEditor::contextMenuEvent(QContextMenuEvent *) {
case MA_Expression:
if(contextIndex == currentIndex()) {
Base::FlagToggler<> flag(binding);
closeEditor();
openEditor(contextIndex);
}
break;