Zim

Comment 9 for bug 1460386

Revision history for this message
Jaap Karssenberg (jaap.karssenberg) wrote :

If someone would like to help debugging from source code, please try the following.

Open the files:
- zim/gui/pageview.py
- zim/gui/objectmanager.py

Search for the method name "resize_to_textview"

In both places put a couple of "print" statements (just basic python syntax to get some output)

Run zim from source with "./zim.py --standalone -D" and check for the output of the print statements to show up.

Also try re-sizing the window.

What should happen is that whenever the pageview is resized, the method "resize_to_textview" is called on the sourceview object and the object will resize itself to match the width of the pageview.

First thing I would like to know is whether something goes wrong during this call, or maybe "resize_to_textview" never gets called in the first place... ??

Anyone up for it?

Thanks!

Jaap