Skip to content

Commit

Permalink
Merge pull request #1346 from davidlamhauge/1250_timelineUpdate
Browse files Browse the repository at this point in the history
1250 Updating ui correct during transformation
  • Loading branch information
candyface authored May 6, 2020
2 parents c7f7555 + 76cad84 commit a9768fd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core_lib/src/interface/timeline.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,7 @@ void TimeLine::initUI()

void TimeLine::updateUI()
{
mTracks->update();
mLayerList->update();
updateContent();
}

int TimeLine::getLength()
Expand Down

0 comments on commit a9768fd

Please sign in to comment.