0

I am writing an Application in Python which uses a TreeView with a few columns.

When a row is double clicked or selected, the TreeView's column start changing their size a few times and then settle down. (Looks a bit like when auto-configuring a display).

What can cause this problem?

Related Code:

ui.glade | main.py

https://bitbucket.org/Gilnaa/treeoflifepublic/src

Community
  • 1
  • 1
Gilad Naaman
  • 6,390
  • 15
  • 52
  • 82
  • Please provide a working minimal example. The files provided cannot be launched: Traceback (most recent call last): File "main.py", line 2, in from models import * ImportError: No module named models – Havok Apr 01 '13 at 00:17
  • @Havok I've added a link to the full source – Gilad Naaman Apr 01 '13 at 04:23

0 Answers0