Error when trying to resize
gkotian opened this issue ยท 8 comments
When I try to drag the horizontal bar in the middle to resize the top/bottom panes, I get the following error:
expected integer but got ""
expected integer but got ""
while executing
"$win sash place 0 $sash0 [lindex $s0 1]"
(procedure "resizeclistpanes" line 38)
invoked from within
"resizeclistpanes .tf.histframe.pwclist 1903"
(command bound to event)
I'm using Arch Linux, and my git version is 2.30.1
.
Any idea how to fix this?
I have the same error. (I'm on Manjaro)
Changing
set want_ttk 0
to
set want_ttk 1
seems to have fixed the issue for me
Setting want_ttk 0
fixed the issue to me
I have the same issue with Fedora 34
I think I have a fix for this issue (at least on local with the fix my gitk
doesn't return expected integer but got ""
during resize).
I opened the following pull-request ๐ค hopefully this annoyance will soon be over.
If anyone here is a gitgitgadget/ user and "allow" my PR, it would be awesome.
Thanks @senhalil for the fix. I confirmed that it works, and also left a comment on the PR. No idea what's holding it up though.
Closing as git/git#1219 has been accepted. The world will soon have an awesome gitk again! ๐