Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-1.1
Commits
ae30fcae
Commit
ae30fcae
authored
Feb 02, 2003
by
Stephan Assmus
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cosmetic fix (drop mark would reappear if SHIFT was pressed)
parent
eb8afecc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
modules/gui/beos/ListViews.cpp
modules/gui/beos/ListViews.cpp
+3
-1
No files found.
modules/gui/beos/ListViews.cpp
View file @
ae30fcae
...
...
@@ -2,7 +2,7 @@
* ListViews.h: BeOS interface list view class implementation
*****************************************************************************
* Copyright (C) 1999, 2000, 2001 VideoLAN
* $Id: ListViews.cpp,v 1.
3 2003/02/01 12:01:11
stippi Exp $
* $Id: ListViews.cpp,v 1.
4 2003/02/02 11:29:12
stippi Exp $
*
* Authors: Stephan Aßmus <stippi@yellowbites.com>
*
...
...
@@ -370,6 +370,7 @@ DragSortableListView::MouseMoved(BPoint where, uint32 transit, const BMessage *m
else
{
_RemoveDropAnticipationRect
();
fDragMessageCopy
.
what
=
0
;
BListView
::
MouseMoved
(
where
,
transit
,
msg
);
}
}
...
...
@@ -382,6 +383,7 @@ DragSortableListView::MouseUp( BPoint where )
{
// remove drop mark
_SetDropAnticipationRect
(
BRect
(
0.0
,
0.0
,
-
1.0
,
-
1.0
)
);
fDragMessageCopy
.
what
=
0
;
BListView
::
MouseUp
(
where
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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