1. WEE Crash when Changing Font
- Posted by euphoric (admin) Jan 26, 2015
- 1274 views
WEE crashes when I click "OK" to change fonts from the "View>Font..." dialog box. Just disappears, no ex.err file.
2. Re: WEE Crash when Changing Font
- Posted by PeteE Jan 26, 2015
- 1264 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.