mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
for now, hide ugly circle thing in drag handles
This commit is contained in:
parent
c9335ce028
commit
5fec68e6c5
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue