X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Fsrc%2Fgtkmm%2Fstate_star.cpp;h=dff6c4bae32605662301c9ccf84eea47b26004ff;hb=c2ec9c5bdc4e8b21ab86a5a1c0825b07003f28c3;hp=ed71e7f05cdcda7613bc5a5fa1cee0ceb9ad7796;hpb=07652bb8c6a0b537fe99b5cf0e4d77da1db70000;p=synfig.git diff --git a/synfig-studio/src/gtkmm/state_star.cpp b/synfig-studio/src/gtkmm/state_star.cpp index ed71e7f..dff6c4b 100644 --- a/synfig-studio/src/gtkmm/state_star.cpp +++ b/synfig-studio/src/gtkmm/state_star.cpp @@ -559,7 +559,9 @@ StateStar_Context::~StateStar_Context() Smach::event_result StateStar_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