mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 00:04:56 +01:00
Canvas: root group should not fill or outline itself
This commit is contained in:
parent
2e993c6f86
commit
d37202585f
1 changed files with 3 additions and 0 deletions
|
|
@ -850,6 +850,9 @@ GtkCanvas::on_realize ()
|
|||
Gtkmm2ext::nsglview_overlay (_nsglview, get_window()->gobj());
|
||||
}
|
||||
#endif
|
||||
|
||||
_root.set_fill (false);
|
||||
_root.set_outline (false);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue