Move single threaded check box one row down.
[synfig.git] / synfig-studio / src / gtkmm / state_text.cpp
index 0ee03ac..68508ea 100644 (file)
@@ -358,7 +358,9 @@ StateText_Context::~StateText_Context()
 Smach::event_result
 StateText_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