Skip to content

Commit

Permalink
allow zooming with the wheel while moving the mouse
Browse files Browse the repository at this point in the history
  • Loading branch information
uclaros authored and wonder-sk committed Jan 31, 2023
1 parent c681608 commit 8162042
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/3d/qgscameracontroller.cpp
Expand Up @@ -293,8 +293,6 @@ void QgsCameraController::moveCameraPositionBy( const QVector3D &posDiff )

void QgsCameraController::onPositionChanged( Qt3DInput::QMouseEvent *mouse )
{
mIsInZoomInState = false;
mCumulatedWheelY = 0;
switch ( mCameraNavigationMode )
{
case TerrainBasedNavigation:
Expand Down

0 comments on commit 8162042

Please sign in to comment.