* src/Editors/_EditFamily.py: Handle marker type in UI

svn: r6388
This commit is contained in:
Don Allingham
2006-04-21 02:59:15 +00:00
parent 0210b056d8
commit 112a0aa332
3 changed files with 8 additions and 6 deletions

View File

@@ -139,6 +139,7 @@ class EditPrimary(ManagedWindow.ManagedWindow):
return None
def data_has_changed(self):
if self.db.readonly:
return False
elif self.obj.handle: