mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-03-01 10:06:54 +00:00
Remove incorrect new keyword for CheckMenuItem.Toggle()
This commit is contained in:
parent
f3c7384701
commit
64a0c81868
|
@ -41,7 +41,7 @@
|
|||
GLib.Marshaller.Free (native);
|
||||
}
|
||||
|
||||
public new void Toggle() {
|
||||
public void Toggle() {
|
||||
Active = !Active;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue