Prevent InvalidCastException in Combobox.Entry
This commit is contained in:
parent
76cbe40848
commit
b070b77fe0
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ namespace Gtk {
|
||||||
|
|
||||||
public Gtk.Entry Entry {
|
public Gtk.Entry Entry {
|
||||||
get {
|
get {
|
||||||
return (Gtk.Entry)Child;
|
return Child as Gtk.Entry;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue