Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Fatih Uzunoğlu
VLC
Commits
6e7ae59f
Commit
6e7ae59f
authored
4 months ago
by
Fatih Uzunoğlu
Browse files
Options
Downloads
Patches
Plain Diff
qml: do not override application cursor in playqueue button drop area
parent
5e32a65a
No related branches found
Branches containing commit
Tags
1.6.0
Tags containing commit
No related merge requests found
Pipeline
#510967
passed with stage
in 12 minutes and 38 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/gui/qt/maininterface/qml/BannerSources.qml
+2
-9
2 additions, 9 deletions
modules/gui/qt/maininterface/qml/BannerSources.qml
with
2 additions
and
9 deletions
modules/gui/qt/maininterface/qml/BannerSources.qml
+
2
−
9
View file @
6e7ae59f
...
...
@@ -422,17 +422,10 @@ T.ToolBar {
anchors.fill
:
parent
onContainsDragChanged
:
{
if
(
containsDrag
)
{
if
(
containsDrag
)
_timer
.
restart
()
if
(
plListView
)
MainCtx
.
setCursor
(
Qt
.
DragCopyCursor
)
}
else
{
else
_timer
.
stop
()
if
(
plListView
)
MainCtx
.
restoreCursor
()
}
}
onEntered
:
(
drag
)
=>
{
...
...
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