X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftags%2Fstable%2Fsrc%2Fgtkmm%2Fstate_width.cpp;h=6f63fe3bca555777835b87e6fa82400c9f4bb1e2;hb=32eeb9ef63a5381ffc6b0dd65e5a838757a8346f;hp=b8a79261a44c189c66577f7441c5da2e7d84adde;hpb=9b5810cef039c7f25e924ce2cf2fc80e76e59972;p=synfig.git diff --git a/synfig-studio/tags/stable/src/gtkmm/state_width.cpp b/synfig-studio/tags/stable/src/gtkmm/state_width.cpp index b8a7926..6f63fe3 100644 --- a/synfig-studio/tags/stable/src/gtkmm/state_width.cpp +++ b/synfig-studio/tags/stable/src/gtkmm/state_width.cpp @@ -55,6 +55,8 @@ #include +#include "general.h" + #endif /* === U S I N G =========================================================== */ @@ -461,7 +463,7 @@ StateWidth_Context::event_mouse_handler(const Smach::event& x) { const EventMouse& event(*reinterpret_cast(&x)); - //handle ze click + //handle the click if( (event.key == EVENT_WORKAREA_MOUSE_BUTTON_DOWN || event.key == EVENT_WORKAREA_MOUSE_BUTTON_DRAG) && event.button == BUTTON_LEFT ) {