File: 1023_qml-Remove-smooth-property-assignment-to-stay-unifor.patch

package info (click to toggle)
lomiri 0.5.0-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 24,088 kB
  • sloc: cpp: 39,498; python: 2,559; javascript: 1,426; ansic: 1,012; sh: 289; xml: 252; makefile: 69
file content (21 lines) | stat: -rw-r--r-- 712 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From 3201bf808818172a8e5d69f4e6280082a5817834 Mon Sep 17 00:00:00 2001
From: Alfred Neumayer <dev.beidl@gmail.com>
Date: Fri, 11 Jul 2025 17:55:30 +0200
Subject: [PATCH 3/8] qml: Remove smooth property assignment to stay uniform
 across all users of MirSurfaceItem

Signed-off-by: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
---
 qml/Stage/Stage.qml | 1 -
 1 file changed, 1 deletion(-)

--- a/qml/Stage/Stage.qml
+++ b/qml/Stage/Stage.qml
@@ -1048,7 +1048,6 @@
             Behavior on opacity { LomiriNumberAnimation {} }
             visible: opacity > 0
             enabled: workspaceSwitcher
-            smooth: true
 
             Drag.active: surface != null
             Drag.keys: ["application"]