Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Multimedia
Elisa
Commits
56cd2fec
Commit
56cd2fec
authored
Mar 08, 2022
by
Tranter Madi
🌧
Committed by
Nate Graham
Mar 08, 2022
Browse files
Fix binding loop when switching from other pages to Now Playing
parent
81e175f1
Pipeline
#147065
passed with stage
in 8 minutes and 16 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
src/qml/ContextView.qml
View file @
56cd2fec
...
...
@@ -292,6 +292,10 @@ Kirigami.Page {
textFormat
:
Text
.
PlainText
wrapMode
:
Text
.
WordWrap
horizontalAlignment
:
contentLayout
.
wideMode
?
Text
.
AlignLeft
:
Text
.
AlignHCenter
// fix binding loop
// this does not affect the alignment
// since we aligned lyricScroll
verticalAlignment
:
Text
.
AlignTop
visible
:
text
!==
""
width
:
parent
.
width
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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