Skip to content

Commit

Permalink
[3d] fix initial camera position when loading a project with animation
Browse files Browse the repository at this point in the history
  • Loading branch information
wonder-sk committed Nov 22, 2018
1 parent ec17876 commit ff35f9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/3d/qgs3danimationwidget.cpp
Expand Up @@ -69,7 +69,7 @@ void Qgs3DAnimationWidget::setCameraController( QgsCameraController *cameraContr

void Qgs3DAnimationWidget::setAnimation( const Qgs3DAnimationSettings &animSettings )
{
cboInterpolation->setCurrentIndex( animSettings.easingCurve().type() );
whileBlocking( cboInterpolation )->setCurrentIndex( animSettings.easingCurve().type() );

// initialize GUI from the given animation
cboKeyframe->clear();
Expand Down

0 comments on commit ff35f9c

Please sign in to comment.