Fix: Entering node group via icon after exiting it via ctrl+tab broken #117542
@ -207,7 +207,8 @@ void NODE_OT_group_edit(wmOperatorType *ot)
|
||||
/* flags */
|
||||
ot->flag = OPTYPE_REGISTER | OPTYPE_UNDO;
|
||||
|
||||
RNA_def_boolean(ot->srna, "exit", false, "Exit", "");
|
||||
PropertyRNA *prop = RNA_def_boolean(ot->srna, "exit", false, "Exit", "");
|
||||
RNA_def_property_flag(prop, PROP_SKIP_SAVE);
|
||||
}
|
||||
|
||||
/** \} */
|
||||
|
Loading…
Reference in New Issue
Block a user