X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Fstate_stroke.cpp;fp=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Fstate_stroke.cpp;h=309099c8a0c04f1df08fce1f7827383c559faf1e;hb=72a80236bc170c6eb8b6d0462badc7244bd85dd3;hp=baf7ebdc7c16a14f49e4af61443674cffcc18c8e;hpb=e697fea5db64ff7d4c9dd285775c80765788a031;p=synfig.git diff --git a/synfig-studio/trunk/src/gtkmm/state_stroke.cpp b/synfig-studio/trunk/src/gtkmm/state_stroke.cpp index baf7ebd..309099c 100644 --- a/synfig-studio/trunk/src/gtkmm/state_stroke.cpp +++ b/synfig-studio/trunk/src/gtkmm/state_stroke.cpp @@ -174,7 +174,9 @@ StateStroke_Context::event_mouse_up_handler(const Smach::event& x) } case BUTTON_RIGHT: // Intercept the right-button click to short-circuit the pop-up menu - return Smach::RESULT_ACCEPT; + 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; @@ -196,7 +198,9 @@ StateStroke_Context::event_mouse_draw_handler(const Smach::event& x) } case BUTTON_RIGHT: // Intercept the right-button click to short-circuit the pop-up menu - return Smach::RESULT_ACCEPT; + 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;