On Wed, Apr 8, 2015 at 8:12 AM, john lunzer <[email protected]> wrote:

> I have a situation where I insert an empty pane and then press action and
> put the find pane in there. If I then use the focus-to-find command I get
> this error:
>
> exception executing command
>
> Traceback (most recent call last):
>
>
>   File "C:\MyPrograms\Leo5.1-b1\leo\core\leoCommands.py", line 550, in 
> doCommand
>     val = command(event)
>
>
>   File "C:\MyPrograms\Leo5.1-b1\leo\core\leoFind.py", line 326, in focusToFind
>     self.c.frame.log.selectTab('Find')
>
>
>   File "C:\MyPrograms\Leo5.1-b1\leo\plugins\qt_frame.py", line 3403, in 
> selectTab
>     self.selectHelper(tabName)
>
>
>   File "C:\MyPrograms\Leo5.1-b1\leo\plugins\qt_frame.py", line 3424, in 
> selectHelper
>     widget.ensureWidgetVisible(findbox)
>
>
> AttributeError: 'LeoQTextBrowser' object has no attribute 
> 'ensureWidgetVisible'
>
>
​Thanks for this.  Crashes are always bugs. Usually they can be easily
fixed so no formal bug report is needed.  That should be the case here.

Edward

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.

Reply via email to