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

This commit is contained in:
0penBrain
2022-09-11 22:08:32 +02:00
committed by Uwe
parent cba832d1e6
commit fe085edd79
@@ -747,6 +747,7 @@ void PropertyEditor::contextMenuEvent(QContextMenuEvent *) {
case MA_Expression:
if(contextIndex == currentIndex()) {
Base::FlagToggler<> flag(binding);
closeEditor();
openEditor(contextIndex);
}
break;