for now, hide ugly circle thing in drag handles
authorPaul Davis <paul@linuxaudiosystems.com>
Wed, 8 Jan 2014 01:56:03 +0000 (20:56 -0500)
committerPaul Davis <paul@linuxaudiosystems.com>
Wed, 8 Jan 2014 01:56:03 +0000 (20:56 -0500)
libs/canvas/drag_handle.cc

index ba618143cf40b81d92ae333e2faccd75af4844fb..94b2e7dafb015218e55eff71f52b1b46075433ad 100644 (file)
@@ -37,6 +37,7 @@ DragHandle::render (Rect const & area, Cairo::RefPtr<Cairo::Context> context) co
 {
        Rectangle::render (area, context);
 
+#if 0
        Duple circle_center (_left_side ? x0() : x1(), (y1() - y0())/2.0);
        Duple window_circle_center = item_to_window (circle_center);
        
@@ -49,4 +50,6 @@ DragHandle::render (Rect const & area, Cairo::RefPtr<Cairo::Context> context) co
        }
 
        context->fill ();
+#endif
+
 }