Page 1 of 1

bug in System::setGUISheet()

Posted: Wed Oct 13, 2004 16:13
by nfz
In current cvs, System::setGUISheet() fires the wrong event. Its calling onDefaultFontChanged(args) but it really should be calling onGUISheetChanged(args).

Didn't see a need for a patch since its a really simple fix.

bug in System::setGUISheet()

Posted: Wed Oct 13, 2004 18:04
by CrazyEddie
D'oh! :oops:

I don't remmber exactly, but it would appear I got a bit carried away with the copy & paste ;)

Will fix as soon as possible in the morning. Thanks for the report :)

CE.

bug in System::setGUISheet()

Posted: Thu Oct 14, 2004 09:20
by CrazyEddie
The fix for this has just been committed to CVS.

Thanks again :)

CE.