Skip to content

Commit

Permalink
Only run focus decoration when it is visible
Browse files Browse the repository at this point in the history
  • Loading branch information
vicr123 committed Jun 18, 2024
1 parent 3fadd41 commit d15ee22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controls/com/vicr123/Contemporary/impl/FocusDecoration.qml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Item {
opacity: 0

SequentialAnimation {
running: true
running: rect.state === "on"
loops: Animation.Infinite
ColorAnimation {
target: rect.border
Expand Down

0 comments on commit d15ee22

Please sign in to comment.