Author: Nikita Kitaev <[email protected]>
Date:   Thu Jun  2 22:28:00 2011 -0700

Deselect beziers when bezier clicks are disabled

---

 synfig-studio/src/gui/workarea.cpp |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/synfig-studio/src/gui/workarea.cpp 
b/synfig-studio/src/gui/workarea.cpp
index 7e260a0..d3fe1a4 100644
--- a/synfig-studio/src/gui/workarea.cpp
+++ b/synfig-studio/src/gui/workarea.cpp
@@ -1379,6 +1379,10 @@ WorkArea::on_drawing_area_event(GdkEvent *event)
                        {
                                
selected_bezier=find_bezier(mouse_pos,radius,&bezier_click_pos);
                        }
+                       else
+                       {
+                               selected_bezier=0;
+                       }
 
                        if(duck)
                        {


------------------------------------------------------------------------------
Simplify data backup and recovery for your virtual environment with vRanger.
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Discover what all the cheering's about.
Get your free trial download today. 
http://p.sf.net/sfu/quest-dev2dev2 
_______________________________________________
Synfig-devl mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synfig-devl

Reply via email to