[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 611b86e4a9
commit fdeac88239

View File

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