Canvas: root group should not fill or outline itself
This commit is contained in:
parent
2e993c6f86
commit
d37202585f
@ -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…
Reference in New Issue
Block a user