Krita: set infinite timeline after loading a file
ClosedPublic

Authored by fazek on Mar 19 2016, 10:17 AM.

Details

Reviewers
dkazakov
Summary

When loading a file with an animation time range shorter than the timeline view, the viewed timeline not extends to the right side of the window. It's because the animation range setting happens before the creation of the timeline, so it's not calling sigInfiniteTimeLineUpdateNeeded(). So I added a direct call for this signal. Maybe wrong place, but it works.

Diff Detail

Repository
R37 Krita
Lint
Lint Skipped
Unit
Unit Tests Skipped
fazek updated this revision to Diff 2844.Mar 19 2016, 10:17 AM
fazek retitled this revision from to Krita: set infinite timeline after loading a file.
fazek updated this object.
fazek edited the test plan for this revision. (Show Details)
fazek added a reviewer: dkazakov.
fazek set the repository for this revision to R37 Krita.
fazek added a subscriber: fazek.
dkazakov accepted this revision.Mar 23 2016, 3:46 PM
dkazakov edited edge metadata.

Looks perfect! Please push! :)

This revision is now accepted and ready to land.Mar 23 2016, 3:46 PM
fazek closed this revision.Mar 24 2016, 8:00 PM