#include <synfig/valuenode_dynamiclist.h>
#include "state_bline.h"
+#include "state_normal.h"
#include "canvasview.h"
#include "workarea.h"
#include "app.h"
Smach::event_result event_layer_selection_changed_handler(const Smach::event& /*x*/)
{
if(egress_on_selection_change)
- throw Smach::egress_exception();
+ throw &state_normal; //throw Smach::egress_exception();
return Smach::RESULT_OK;
}
#include <synfig/valuenode_bline.h>
#include "state_circle.h"
+#include "state_normal.h"
#include "canvasview.h"
#include "workarea.h"
#include "app.h"
Smach::event_result event_layer_selection_changed_handler(const Smach::event& /*x*/)
{
if(egress_on_selection_change)
- throw Smach::egress_exception();
+ throw &state_normal; //throw Smach::egress_exception();
return Smach::RESULT_OK;
}
#include <synfigapp/action_system.h>
#include "state_gradient.h"
+#include "state_normal.h"
#include "canvasview.h"
#include "workarea.h"
#include "app.h"
Smach::event_result event_layer_selection_changed_handler(const Smach::event& /*x*/)
{
if(egress_on_selection_change)
- throw Smach::egress_exception();
+ throw &state_normal; //throw Smach::egress_exception();
return Smach::RESULT_OK;
}
options_table.show_all();
refresh_tool_options();
//App::dialog_tool_options->set_widget(options_table);
- App::dialog_tool_options->present();
+ //App::dialog_tool_options->present();
get_work_area()->set_allow_layer_clicks(true);
get_work_area()->set_duck_dragger(duck_dragger_);
#include <synfig/valuenode_bline.h>
#include "state_polygon.h"
+#include "state_normal.h"
#include "canvasview.h"
#include "workarea.h"
#include "app.h"
Smach::event_result event_layer_selection_changed_handler(const Smach::event& /*x*/)
{
if(egress_on_selection_change)
- throw Smach::egress_exception();
+ throw &state_normal; //throw Smach::egress_exception();
return Smach::RESULT_OK;
}
#include <synfig/valuenode_bline.h>
#include "state_rectangle.h"
+#include "state_normal.h"
#include "canvasview.h"
#include "workarea.h"
#include "app.h"
Smach::event_result event_layer_selection_changed_handler(const Smach::event& /*x*/)
{
if(egress_on_selection_change)
- throw Smach::egress_exception();
+ throw &state_normal; //throw Smach::egress_exception();
return Smach::RESULT_OK;
}
#include <synfig/valuenode_bline.h>
#include "state_star.h"
+#include "state_normal.h" throw &state_normal; //throw Smach::egress_exception();
#include "canvasview.h"
#include "workarea.h"
#include "app.h"
Smach::event_result event_layer_selection_changed_handler(const Smach::event& /*x*/)
{
if(egress_on_selection_change)
- throw Smach::egress_exception();
+ throw &state_normal; //throw Smach::egress_exception();
return Smach::RESULT_OK;
}
#include <gtkmm/entry.h>
#include "state_text.h"
+#include "state_normal.h"
#include "canvasview.h"
#include "workarea.h"
#include "app.h"
Smach::event_result event_layer_selection_changed_handler(const Smach::event& /*x*/)
{
if(egress_on_selection_change)
- throw Smach::egress_exception();
+ throw &state_normal; //throw Smach::egress_exception();
return Smach::RESULT_OK;
}