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
Plasma
KWin
Commits
deea45b1
Commit
deea45b1
authored
May 11, 2022
by
Xaver Hugl
Browse files
effects/windowview: allow closing windows with touch
(cherry picked from commit
13dd31d9
)
parent
a862ca0b
Pipeline
#178887
failed with stage
in 1 minute and 7 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/effects/private/qml/WindowHeap.qml
View file @
deea45b1
...
...
@@ -335,7 +335,7 @@ FocusScope {
component
DragManager
:
DragHandler
{
id
:
dragHandler
enabled
:
heap
.
dragEnabled
enabled
:
heap
.
dragEnabled
||
heap
.
supportsCloseWindows
target
:
null
readonly
property
double
targetScale
:
{
...
...
@@ -365,6 +365,7 @@ FocusScope {
id
:
dragHandler
readonly
property
double
targetOpacity
:
1
acceptedDevices
:
PointerDevice
.
Mouse
|
PointerDevice
.
TouchPad
|
PointerDevice
.
Stylus
enabled
:
heap
.
dragEnabled
}
DragManager
{
id
:
touchDragHandler
...
...
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