Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Multimedia
Kdenlive
Commits
c9c828b4
Commit
c9c828b4
authored
Nov 21, 2019
by
Jean-Baptiste Mardelle
Browse files
Fix zoom slider not updating after zoom-fit
BUG: 413469
parent
7733b980
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/timeline2/view/timelinewidget.cpp
View file @
c9c828b4
...
...
@@ -173,6 +173,8 @@ void TimelineWidget::slotFitZoom()
scrollPos
=
0
;
}
m_proxy
->
setScaleFactorOnMouse
(
scale
,
false
);
// Update zoom slider
m_proxy
->
updateZoom
(
scale
);
QMetaObject
::
invokeMethod
(
rootObject
(),
"goToStart"
,
Q_ARG
(
QVariant
,
scrollPos
));
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment