13
0

Canvas: root group should not fill or outline itself

This commit is contained in:
Paul Davis 2020-06-19 13:59:50 -06:00
parent 2e993c6f86
commit d37202585f

View File

@ -850,6 +850,9 @@ GtkCanvas::on_realize ()
Gtkmm2ext::nsglview_overlay (_nsglview, get_window()->gobj());
}
#endif
_root.set_fill (false);
_root.set_outline (false);
}
void