Details
Details
- Reviewers
mardelle alcinos - Commits
- R158:4fa39c87a5af: Fix refresh on hide track
Diff Detail
Diff Detail
- Repository
- R158 Kdenlive
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Comment Actions
Thanks for your patch. We could add an additional check, because a refresh is needed only if we perform the hide operation on a video track. Refresh is unnecessary for audio track muting. So I would recommend adding a check for TrackModel::isAudioTrack() to decide if a refresh is useful.
Comment Actions
True, thanks for the hint. I updated the patch. Currently requestMonitorRefresh() is actually still called multiple times in a row while starting Kdenlive or opening a project. Maybe it would be better to call it from QML after onClicked action?