diff --git a/src/Editors/_EditPrimary.py b/src/Editors/_EditPrimary.py index 1cd97243d..e909fe368 100644 --- a/src/Editors/_EditPrimary.py +++ b/src/Editors/_EditPrimary.py @@ -248,3 +248,9 @@ class EditPrimary(ManagedWindow.ManagedWindow): """ pass + def _uses_duplicate_id(self): + """ + Fix problem for now + """ + return (False, 0) +