X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Fsrc%2Fgtkmm%2Fstate_circle.cpp;h=de0c6e3e51810db57627c1fc0339bd158164725f;hb=c2ec9c5bdc4e8b21ab86a5a1c0825b07003f28c3;hp=865ea81c454b1be7be558e94009ec96ea74a40c6;hpb=22ff6846bc3300d2c6e6eb0f95b6c509331a0074;p=synfig.git diff --git a/synfig-studio/src/gtkmm/state_circle.cpp b/synfig-studio/src/gtkmm/state_circle.cpp index 865ea81..de0c6e3 100644 --- a/synfig-studio/src/gtkmm/state_circle.cpp +++ b/synfig-studio/src/gtkmm/state_circle.cpp @@ -532,7 +532,9 @@ StateCircle_Context::~StateCircle_Context() Smach::event_result StateCircle_Context::event_stop_handler(const Smach::event& /*x*/) { - throw Smach::egress_exception(); + //throw Smach::egress_exception(); + throw &state_normal; + return Smach::RESULT_OK; } Smach::event_result