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
If you debug the following python script, and put breakpoints on WxWAppWrap.filter_mouse_events' on_mouse_move/on_mouse_press/on_mouse_release functions, you'll never hit the breakpoint. Works just fine when using vispy instead.
Was looking closer at the pygfx code, and I think we might also want to look into whether we could actually just use that subwidget class (which is also publicly exposed) rather than the higher level canvas widget that we use. On mobile so can’t link easily atm
If you debug the following python script, and put breakpoints on
WxWAppWrap.filter_mouse_events
'on_mouse_move
/on_mouse_press
/on_mouse_release
functions, you'll never hit the breakpoint. Works just fine when using vispy instead.The fix is likely something similar to this - I may just fix it as a part of #114 which really wants this to work.
The text was updated successfully, but these errors were encountered: