Twin Matrix
Member
I did a search on this, but it was either deleted by the hack or I didn't understand it, so I'm posting this question here:
How can I fix the "stack level too deep" error when hitting F12?
It's because of this class:
It gives the error for font_fix_initialize.
Thanks! ^_^
How can I fix the "stack level too deep" error when hitting F12?
It's because of this class:
class Font
alias font_fix_initialize initialize
def initialize
font_fix_initialize
self.name = "Arial" # Font
self.size = 24 # Size
end
end
It gives the error for font_fix_initialize.
Thanks! ^_^