Skip to content

Commit

Permalink
fix map setting temporal be active when updating time controller
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and nyalldawson committed Oct 30, 2020
1 parent c55426d commit 82e6f24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgstemporalnavigationobject.cpp
Expand Up @@ -199,7 +199,7 @@ void QgsTemporalNavigationObject::setFrameDuration( QgsInterval frameDuration )
// forcing an update of our views
QgsDateTimeRange range = dateTimeRangeForFrameNumber( mCurrentFrameNumber );

if ( !mBlockUpdateTemporalRangeSignal )
if ( !mBlockUpdateTemporalRangeSignal && mNavigationMode != NavigationOff )
emit updateTemporalRange( range );
}

Expand Down

0 comments on commit 82e6f24

Please sign in to comment.