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
In an open image window, I find that I get some annoying errors if I use the mouse wheel and/or press the up arrow when the main window is initially in focus. The BoundsErrors() appear at the Julia terminal and look like
julia> error during Tk callback:
ERROR:BoundsError()
in getindex at range.jl:270
Simultaneously, a Tk window pops up with
I was debating whether this belonged here or in Tk.jl, but I couldn't reproduce the behavior using Winston (which I think is still using Tk).
The text was updated successfully, but these errors were encountered:
In an open image window, I find that I get some annoying errors if I use the mouse wheel and/or press the up arrow when the main window is initially in focus. The
BoundsErrors()
appear at the Julia terminal and look likeSimultaneously, a Tk window pops up with
I was debating whether this belonged here or in
Tk.jl
, but I couldn't reproduce the behavior usingWinston
(which I think is still using Tk).The text was updated successfully, but these errors were encountered: