diff --git a/src/view/node.rs b/src/view/node.rs index 808d39a..bd9f7b0 100644 --- a/src/view/node.rs +++ b/src/view/node.rs @@ -21,7 +21,7 @@ mod imp { impl ObjectSubclass for Node { const NAME: &'static str = "Node"; type Type = super::Node; - type ParentType = gtk::Frame; + type ParentType = gtk::Widget; type Instance = glib::subclass::simple::InstanceStruct; type Class = glib::subclass::simple::ClassStruct; @@ -90,7 +90,6 @@ mod imp { } } - impl FrameImpl for Node {} impl WidgetImpl for Node {} }