MediaPlayer Playlist:
* Reset the DropIndex when the drag is exiting the window. * Otherwise, the anticipation rect isn't set back on when you enter again the window. Fixes ticket #3199. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35409 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
a28ad48075
commit
767d444609
@ -815,7 +815,7 @@ void
|
||||
DragSortableListView::_RemoveDropAnticipationRect()
|
||||
{
|
||||
_SetDropAnticipationRect(BRect(0.0, 0.0, -1.0, -1.0));
|
||||
// _SetDropIndex(-1);
|
||||
_SetDropIndex(-1);
|
||||
}
|
||||
|
||||
// _SetDragMessage
|
||||
|
Loading…
x
Reference in New Issue
Block a user