Skip to content

Commit

Permalink
fixed post-load bug
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/arjan/backup/gaphor/gaphor/trunk@1169 a8418922-720d-0410-834f-a69b97ada669
  • Loading branch information
amolenaar committed Mar 16, 2007
1 parent d3dfc8f commit d2c261d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gaphor/storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ def update_status_queue(_n=[0]):

# Unlock canvas's for updates
for id, elem in elements.items():
if elem.canvas:
if isinstance(elem, parser.element) and elem.canvas:
elem.element.canvas.block_updates = False

factory.notify_model()
Expand Down

0 comments on commit d2c261d

Please sign in to comment.