Skip to content

Commit

Permalink
Spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
rduivenvoorde committed Sep 5, 2020
1 parent d72c219 commit 3c79dc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/qgstemporalnavigationobject.cpp
Expand Up @@ -139,11 +139,11 @@ void QgsTemporalNavigationObject::setTemporalExtents( const QgsDateTimeRange &te
{
case Animated:
{
int currentFrameNmber = mCurrentFrameNumber;
int currentFrameNumber = mCurrentFrameNumber;
setCurrentFrameNumber( 0 );

//Force to emit signal if the current frame number doesn't change
if ( currentFrameNmber == mCurrentFrameNumber )
if ( currentFrameNumber == mCurrentFrameNumber )
emit updateTemporalRange( dateTimeRangeForFrameNumber( 0 ) );
break;
}
Expand Down

0 comments on commit 3c79dc9

Please sign in to comment.