X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Fsrc%2Fgtkmm%2Fstate_circle.cpp;fp=synfig-studio%2Fsrc%2Fgtkmm%2Fstate_circle.cpp;h=de0c6e3e51810db57627c1fc0339bd158164725f;hb=ad671f0e8e7bc34c0ceaf78c58a99921cab199e6;hp=865ea81c454b1be7be558e94009ec96ea74a40c6;hpb=07652bb8c6a0b537fe99b5cf0e4d77da1db70000;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