Code

fix crash when switching away from node tool while redrawing after a handle move...
authorbuliabyak <buliabyak@users.sourceforge.net>
Wed, 24 Jan 2007 18:33:43 +0000 (18:33 +0000)
committerbuliabyak <buliabyak@users.sourceforge.net>
Wed, 24 Jan 2007 18:33:43 +0000 (18:33 +0000)
commit40214cd04823c5923740032284c5035b8cd27f6c
tree8b341cd94ee4e1b4d7a85f925c1901b6293baa63
parentb3dd30121c41d053118cb3fb38f2ea79eb2fafb6
fix crash when switching away from node tool while redrawing after a handle move; the end_forced_full_redraws in the handle_ungrabbed may become invalid because the nodepath is destroyed while in screen update triggered by update_repr, and it is redundant anyway because update_repr does its own end_forced_full_redraws
src/nodepath.cpp