[Mono-bugs] [Bug 640194] Cannot override TextView.Text
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Fri Sep 17 13:01:34 EDT 2010
https://bugzilla.novell.com/show_bug.cgi?id=640194
https://bugzilla.novell.com/show_bug.cgi?id=640194#c1
--- Comment #1 from Jonathan Pobst <jpobst at novell.com> 2010-09-17 17:01:34 UTC ---
For reference, here is the Java I was trying to port:
@Override
public Editable getText() {
return (Editable) super.getText();
}
@Override
public void setText(CharSequence text, BufferType type) {
super.setText(text, BufferType.EDITABLE);
}
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list