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:
@@ -815,7 +815,7 @@ void
|
|||||||
DragSortableListView::_RemoveDropAnticipationRect()
|
DragSortableListView::_RemoveDropAnticipationRect()
|
||||||
{
|
{
|
||||||
_SetDropAnticipationRect(BRect(0.0, 0.0, -1.0, -1.0));
|
_SetDropAnticipationRect(BRect(0.0, 0.0, -1.0, -1.0));
|
||||||
// _SetDropIndex(-1);
|
_SetDropIndex(-1);
|
||||||
}
|
}
|
||||||
|
|
||||||
// _SetDragMessage
|
// _SetDragMessage
|
||||||
|
|||||||
Reference in New Issue
Block a user