You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am aware that by submitting issues I may be causing you to do work on a project that was an evening's hacking - so feel free not to respond!
On my machine I'm having problems where the listbox doesn't update unless you cause some event to happen to force an update. I'm using the keybinding mod+y I'm not sure if this is related.
To reproduce the bug.
Use the keybinding to update twice
Press any other key
The display then changes indicating that the wrong listbox item was being shown
I'm using i3 4.14.1
I thought the problem might have something to do with having signals on the same thread as the gui thread, so I tried using after_idle to wrap draw in the signal handler as well as forcing a refresh using update_idletasks but neither worked. Perhaps you know some voodoo magic for Tkinter - at least that's my main motivation for posting this bug!
The text was updated successfully, but these errors were encountered:
I am aware that by submitting issues I may be causing you to do work on a project that was an evening's hacking - so feel free not to respond!
On my machine I'm having problems where the listbox doesn't update unless you cause some event to happen to force an update. I'm using the keybinding mod+y I'm not sure if this is related.
To reproduce the bug.
I'm using i3 4.14.1
I thought the problem might have something to do with having signals on the same thread as the gui thread, so I tried using
after_idle
to wrap draw in the signal handler as well as forcing a refresh usingupdate_idletasks
but neither worked. Perhaps you know some voodoo magic for Tkinter - at least that's my main motivation for posting this bug!The text was updated successfully, but these errors were encountered: