Fix 'ComboBoxText.Entry' hides inherited member 'ComboBox.Entry'.

This commit is contained in:
awittaker 2020-01-07 18:20:03 +00:00
parent b070b77fe0
commit 35f4c10a8e

View File

@ -39,10 +39,5 @@ namespace Gtk {
}
}
public Gtk.Entry Entry {
get {
return (Gtk.Entry)Child;
}
}
}
}