[vlc-commits] [Git][videolan/vlc][master] Revert "qml: activate item layer when transitions are running in MainDisplay and Player"
    Steve Lhomme (@robUx4) 
    gitlab at videolan.org
       
    Mon Mar 24 13:22:49 UTC 2025
    
    
  
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
858073fa by Fatih Uzunoglu at 2025-03-24T12:50:54+00:00
Revert "qml: activate item layer when transitions are running in MainDisplay and Player"
This reverts commit edb1605662304ebdc4624b20af4ed95451d33225.
This became obsolete when we got rid of transitions (89fe5f60).
- - - - -
2 changed files:
- modules/gui/qt/maininterface/qml/MainDisplay.qml
- modules/gui/qt/player/qml/Player.qml
Changes:
=====================================
modules/gui/qt/maininterface/qml/MainDisplay.qml
=====================================
@@ -100,8 +100,6 @@ FocusScope {
             MainCtx.sendHotkey(event.key, event.modifiers);
     }
 
-    layer.enabled: (StackView.status === StackView.Deactivating || StackView.status === StackView.Activating)
-
     readonly property var pageModel: [
         {
             listed: MainCtx.mediaLibraryAvailable,
=====================================
modules/gui/qt/player/qml/Player.qml
=====================================
@@ -60,8 +60,6 @@ FocusScope {
 
     // Settings
 
-    layer.enabled: (StackView.status === StackView.Deactivating || StackView.status === StackView.Activating)
-
     Accessible.role: Accessible.Client
     Accessible.name: qsTr("Player")
 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/858073faa680d8836b5dec9c3806f5fc5778352b
-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/858073faa680d8836b5dec9c3806f5fc5778352b
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