The annoying scrollbar problem (tree focus stays at last item when you are moving up) happens because Leo is indeed redrawing all the time when you move around.
Open leoGuiPluginsRef, scroll to bottom, then start moving up. You can see that leo is doing the full-redraw on every keypress. It's actually surprising that leo still remains pseudo-useful in that case, and scrolling is the more annoying thing ;-). You can see when it's happening by putting traceback.print_stack() to the full_redraw function. -- Ville M. Vainio http://tinyurl.com/vainio --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
