https://bugs.kde.org/show_bug.cgi?id=413469
--- Comment #5 from Pierre Nerzic <pierre.ner...@free.fr> --- After little research on the sources: - Both menu and bottom toolbar button are connected to void TimelineWidget::slotFitZoom() at https://github.com/KDE/kdenlive/blob/184a0616638707a505e0ce290b666bea1a286c4f/src/timeline2/view/timelinewidget.cpp#L159 - This method computes the scale factor, then calls TimelineController::setScaleFactorOnMouse() at https://github.com/KDE/kdenlive/blob/184a0616638707a505e0ce290b666bea1a286c4f/src/timeline2/view/timelinecontroller.cpp#L195 The latter calls emit scaleFactorChanged(); but not emit updateZoom(scale);. Is it the reason of the problem? Best regards, Pierre -- You are receiving this mail because: You are watching all bug changes.