[vlc-commits] [Git][videolan/vlc][master] qt: add missing call in NavigationHistory

Steve Lhomme (@robUx4) gitlab at videolan.org
Fri Sep 29 09:35:11 UTC 2023



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
d5159d1e by Fatih Uzunoglu at 2023-09-29T09:17:06+00:00
qt: add missing call in NavigationHistory

... otherwise match() does not work properly
when previous() is called.

- - - - -


1 changed file:

- modules/gui/qt/util/navigation_history.cpp


Changes:

=====================================
modules/gui/qt/util/navigation_history.cpp
=====================================
@@ -206,6 +206,8 @@ void NavigationHistory::previous(Qt::FocusReason reason, PostAction postAction)
         emit previousEmptyChanged(true);
 
     if (postAction == PostAction::Go) {
+        updateViewPath();
+
         m_reason = reason;
 
         emit currentChanged( m_history.back() );



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/d5159d1ee60c02368f8de2062bae2dc3824f2b2e

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/d5159d1ee60c02368f8de2062bae2dc3824f2b2e
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list