Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Plasma Desktop
Manage
Activity
Members
Labels
Plan
Issues
47
Issue boards
Milestones
Wiki
Bugzilla
Code
Merge requests
84
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Plasma
Plasma Desktop
Commits
f5035a77
Commit
f5035a77
authored
9 years ago
by
Kai Uwe Broulik
🍇
Browse files
Options
Downloads
Patches
Plain Diff
Don't eat the left click event
Otherwise the left mouse action isn't triggered
BUG: 351277
FIXED-IN: 5.4.0
parent
f5565993
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
containments/desktop/package/contents/ui/main.qml
+4
-1
4 additions, 1 deletion
containments/desktop/package/contents/ui/main.qml
with
4 additions
and
1 deletion
containments/desktop/package/contents/ui/main.qml
+
4
−
1
View file @
f5035a77
...
...
@@ -346,7 +346,10 @@ DragDrop.DropArea {
MouseArea
{
// unfocus any plasmoid when clicking empty desktop area
anchors.fill
:
parent
onClicked
:
root
.
forceActiveFocus
()
onPressed
:
{
root
.
forceActiveFocus
()
mouse
.
accepted
=
false
// Bug 351277
}
}
Loader
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment