Remove incorrect new keyword for CheckMenuItem.Toggle()
This commit is contained in:
parent
f3c7384701
commit
64a0c81868
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
|||
GLib.Marshaller.Free (native);
|
||||
}
|
||||
|
||||
public new void Toggle() {
|
||||
public void Toggle() {
|
||||
Active = !Active;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue