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
Under Windows 10 the UI freezes after typing one of the keys 'F' or 'P'. Typing the key once is enough. The same thing does not happen when using the exact same .jar under Linux. This bug was verified on two different window machines.
Steps to reproduce the bug:
Load the UI
Load some data (e.g. a .stl-mesh)
Verify that you can turn the shape using the mouse (left-draging with the mouse)
Hit the key 'F' or 'P' once
Try to rotate the shape again -> will not work as it is frozen.
The text was updated successfully, but these errors were encountered:
After some investigation, it looks that it is a problem of VTK with the call off component.getRenderWindowInteractor().CharEvent(); in the vtkInteractorForwarder class. Until this is solved, one can use a custom Interactor for the ScalismoFrame which blocks the forwarding of the key-pressed events for these two keys.
Under Windows 10 the UI freezes after typing one of the keys 'F' or 'P'. Typing the key once is enough. The same thing does not happen when using the exact same .jar under Linux. This bug was verified on two different window machines.
Steps to reproduce the bug:
The text was updated successfully, but these errors were encountered: