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
Hi everyone. I noticed some bugs on the ShowManager object
Timer Event
ShowManager destroy_timer method destroys the timer without removing the callback related with the observer. Thus,
we lost the reference for the callback. Because of that, another timer event created after that will keep calling the
callback function with the missed reference. See the code bellow,
This is more trickly and usually happens on Windows. The vtk creates a window instance with a slightly different size.
Therefore, the following test can fail:
Garyfallidis
changed the title
Fix: ShowManager Repeating Timer behavior and window size attribute
ShowManager Repeating Timer behavior and window size attribute
Aug 4, 2021
I confirm the window size bug happens on my Windows version. Vtk 9.0.3, fury from master. It seems to create a padding (maybe of the size of the titlebar). Updating the window size inside the showm as soon as the window is created may fix this issue.
Hi everyone. I noticed some bugs on the ShowManager object
Timer Event
ShowManager
destroy_timer
method destroys the timer without removing the callback related with the observer. Thus,we lost the reference for the callback. Because of that, another timer event created after that will keep calling the
callback function with the missed reference. See the code bellow,
Size Window
This is more trickly and usually happens on Windows. The vtk creates a window instance with a slightly different size.
Therefore, the following test can fail:
I noticed that bug running the tests of PR #437 on windows github actions.
OS and pkgs
The text was updated successfully, but these errors were encountered: