agevole / rad2py

Automatically exported from code.google.com/p/rad2py
GNU General Public License v3.0
0 stars 0 forks source link

Fix focus issues #38

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Open any source code file
2. Control-G to jump to a desired line
3. Correct line is selected, but no focus

What is the expected output? What do you see instead?

AUI Notebook tab focus got lost, you need to select the tab manually.
This also happens when debugging.

Please use labels and text to provide additional information.

This could be related to a kwnown wxPython AUI issue:

https://groups.google.com/forum/#!topic/wxpython-users/0V2VEJ1EDzY

Original issue reported on code.google.com by reingart@gmail.com on 6 Nov 2014 at 3:41