author | dvlierop2 <dvlierop2@users.sourceforge.net> | |
Sat, 1 Aug 2009 12:29:37 +0000 (12:29 +0000) | ||
committer | dvlierop2 <dvlierop2@users.sourceforge.net> | |
Sat, 1 Aug 2009 12:29:37 +0000 (12:29 +0000) | ||
commit | a7c592d421a63ced285b65869e7b16b3dee0fd87 | |
tree | e48bd51911372c4b47b99e0f0060b60790b13a7d | tree | snapshot |
parent | 759ed6607a7989b025384dc29cf79c70fbb5de3e | commit | diff |
When switching context by pressing a key, while dragging to create a new shape, the original context should be finished properly and sp_canvas_item_ungrab should be called. set_event_context() was looking for e.g. sp_rect_context_finish, but this wasn't implemented for any of the shape tools. This closes bug #195101