Details
-
Bug
-
Resolution: Fixed
-
P1: Critical
-
Qt 3D Studio 2.3
-
None
-
3b0e89e9c24be6901562dd12aef8edae02f9409f
Description
wip/runtime2:
Alt+right click (rotate edit camera) dragging on directional views crashes. The problem isĀ Q3DSPlayerWnd::mousePressEvent() doesn't change the tool mode to camera rotate, which then makes renderer think we are doing whatever was the previous too. Either we need to ignore the click altogether or change the tool mode regardless of the view and block rotate in renderer.