On Wed, 29 Jun 2011 10:25:41 -0500
Kent Tenney <[email protected]> wrote:
> Right, that's what I get when I rclick on the divider and select
> "Delete 1 right"
I think what you're seeing was just an old viewrendered / free_layout
integration bug.
But nonetheless this comment has jogged my awareness that everything is
working, including "Delete 1 right", it's only the layout restoration
code which causes the problem. So there must be some piddly detail
there...
> BTW, how do you retrieve the nice version list?
Run this script
from PyQt4 import QtCore
import sys
import os
g.es("Python: %s"%sys.version)
g.es("PyQt: %s"%QtCore.PYQT_VERSION_STR)
g.es("Qt: %s"%QtCore.QT_VERSION_STR)
g.es("Leo: %s"%open(os.path.join(
g.computeLeoDir(), '../.bzr/branch/last-revision')).read())
g.es("Linux: %s"%open('/etc/lsb-release').read().strip().split('\n')[-1])
Cheers -Terry
--
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.