Fixed a small error that caused clicking a Checkbox to crash on Mac OS X.
This commit is contained in:
parent
0ac40be173
commit
39a2414cf9
|
@ -49,7 +49,7 @@ void setSmallControlFont(id control)
|
||||||
|
|
||||||
- (IBAction)checkboxToggled:(id)sender
|
- (IBAction)checkboxToggled:(id)sender
|
||||||
{
|
{
|
||||||
checkboxChecked(self->gocontrol);
|
checkboxToggled(self->gocontrol);
|
||||||
}
|
}
|
||||||
|
|
||||||
@end
|
@end
|
||||||
|
|
Loading…
Reference in New Issue