How to fix the Gitk error : Expected integer but got ""

434 Views Asked by At

How to fix this error, when I want resize gitk inner windows I get this error and nothing is showing. Can I reset Gitk without uninstalling git?

enter image description here

2

There are 2 best solutions below

2
Batz On

It seems a commit has broken horizontal window resizing completely for a configuration with ‘set want_ttk 0’, it is a known issue to be fixed in the next releases. https://www.spinics.net/lists/git/msg393161.html

0
Aurélien On

This is now fixed in gitk v2.37.0, see https://github.com/dracula/gitk/issues/11