lua forms - run a checkbox click callback after the event not before, fixes #545
This commit is contained in:
parent
75654b9f33
commit
c27355169f
|
@ -16,8 +16,8 @@ namespace BizHawk.Client.EmuHawk
|
|||
|
||||
protected override void OnClick(EventArgs e)
|
||||
{
|
||||
DoLuaClick(this, e);
|
||||
base.OnClick(e);
|
||||
DoLuaClick(this, e);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue