X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Fstate_stroke.cpp;h=158881daf305c3ba8b37f0b2506d795863a09f87;hb=990f7bb7694e0472ed6ad165e0724864539071cd;hp=3bf3d1cf05521dd17e0e8e350f242c692d9d9aaf;hpb=334e15ce6c4d9b1f30a168a55e7ef4d31320d568;p=synfig.git diff --git a/synfig-studio/trunk/src/gtkmm/state_stroke.cpp b/synfig-studio/trunk/src/gtkmm/state_stroke.cpp index 3bf3d1c..158881d 100644 --- a/synfig-studio/trunk/src/gtkmm/state_stroke.cpp +++ b/synfig-studio/trunk/src/gtkmm/state_stroke.cpp @@ -130,8 +130,6 @@ StateStroke_Context::StateStroke_Context(CanvasView* canvas_view): stroke_data.spawn(); get_work_area()->add_stroke(stroke_data, synfigapp::Main::get_foreground_color()); - - synfig::info("Now Scribbling..."); } StateStroke_Context::~StateStroke_Context() @@ -139,7 +137,6 @@ StateStroke_Context::~StateStroke_Context() duckmatic_push.restore(); App::toolbox->refresh(); - synfig::info("No longer scribbling"); // Send the stroke data to whatever previously called this state. if(stroke_data->size()>=2) @@ -176,11 +173,6 @@ StateStroke_Context::event_mouse_up_handler(const Smach::event& x) throw Smach::pop_exception(); } - case BUTTON_RIGHT: // Intercept the right-button click to short-circuit the pop-up menu - printf("%s:%d BUTTON_RIGHT\n", __FILE__, __LINE__); - if (!getenv("SYNFIG_ENABLE_POPUP_MENU_IN_ALL_TOOLS")) - return Smach::RESULT_ACCEPT; - default: return Smach::RESULT_OK; } @@ -200,11 +192,6 @@ StateStroke_Context::event_mouse_draw_handler(const Smach::event& x) return Smach::RESULT_ACCEPT; } - case BUTTON_RIGHT: // Intercept the right-button click to short-circuit the pop-up menu - printf("%s:%d BUTTON_RIGHT\n", __FILE__, __LINE__); - if (!getenv("SYNFIG_ENABLE_POPUP_MENU_IN_ALL_TOOLS")) - return Smach::RESULT_ACCEPT; - default: return Smach::RESULT_OK; }