Code

When switching context by pressing a key, while dragging to create a new shape, the...
authordvlierop2 <dvlierop2@users.sourceforge.net>
Sat, 1 Aug 2009 12:29:37 +0000 (12:29 +0000)
committerdvlierop2 <dvlierop2@users.sourceforge.net>
Sat, 1 Aug 2009 12:29:37 +0000 (12:29 +0000)
commita7c592d421a63ced285b65869e7b16b3dee0fd87
treee48bd51911372c4b47b99e0f0060b60790b13a7d
parent759ed6607a7989b025384dc29cf79c70fbb5de3e
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
src/arc-context.cpp
src/box3d-context.cpp
src/rect-context.cpp
src/spiral-context.cpp
src/star-context.cpp