On Thu, Jul 29, 2010 at 6:59 PM, Edward K. Ream <[email protected]> wrote:
> On Tue, Jun 22, 2010 at 5:36 AM, Kent Tenney <[email protected]> wrote:
>> I think nav_qt would be more useful if nodes were only added to the
>> stack if the body of the node was given focus.
>
> Sounds like a good idea to me.  I'll let the author of nav_qt have the
> last word.

That would be me.

However, nav_qt.py just uses these:

c.goPrevVisitedNode()
c.goNextVisitedNode()

and these subsequently use leoCommand.py / class nodeHistory

the fix would have to happen in leoFrame.py / selectHelper() which does this:

 c.nodeHistory.update(p) # Remember this position.

It shouldn't call update() there - rather, the call should be moved to
wherever body focus code is.


-- 
Ville M. Vainio @@ Forum Nokia

-- 
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.

Reply via email to