Re: WEE Crash when Changing Font
- Posted by PeteE Jan 26, 2015
- 1263 views
Thanks. In WEE.EXW, in procedure init_edit(atom hedit), there is a missing return after the end for.
global procedure init_edit(atom hedit) atom junk --? {hedit, scintilla_send_message(hedit, SCI_GETIDENTIFIER, 0, 0)} if hedit = 0 then for i = 1 to length(tab_hedits) do init_edit(tab_hedits[i]) end for return --- ADD THIS LINE end if
Sorry about that. I'll post a new zip file later this evening.