On Mon, Feb 27, 2012 at 11:45 AM, vitalije <[email protected]> wrote: > Today I have updated my Leo version and found that it is almost > impossible to use it because I used to have syntax colors for text > rather light and background used to be dark. Now whenever I try to > type text in Leo body it become white. I have searched through Leo > sources and found that in keyHadlerClass.__init__ those colors are > hard-coded with note that real values should be replaced in > k.finishCreate method. However, those hard-coded values for colors are > not changed in finishCreate.
This was a simple oversight. The settings were being cleared after being computed. The fix is on the trunk at rev 5032. All unit tests pass, including a new test for this kind of problem. Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/leo-editor?hl=en.
