You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if this was already going to be addressed before the next version, but I was using develop and had this issue with GTK, presumably related to #2590:
vargtkControl=new Gtk.Overlay();
gtkControl.ToEto().ToNative()!= gtkControl // Instead it's a new Gtk.EventBox
I haven't tested if other platforms have similar issues.
Edit: And similarly:
var control1 = gtkControl.ToEto();
var control2 = gtkControl.ToEto();
Ends up with control1 just being an orphaned EventBox with no contents.
The text was updated successfully, but these errors were encountered:
I'm not sure if this was already going to be addressed before the next version, but I was using
develop
and had this issue with GTK, presumably related to #2590:I haven't tested if other platforms have similar issues.
Edit: And similarly:
Ends up with control1 just being an orphaned EventBox with no contents.
The text was updated successfully, but these errors were encountered: