Small clean up.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26263 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus
2008-07-05 19:19:39 +00:00
parent ad5756bf3d
commit 0ff21997d1
+1 -1
View File
@@ -338,7 +338,7 @@ DragSortableListView::MessageReceived(BMessage* message)
fDropIndex = -1; fDropIndex = -1;
} }
} else { } else {
switch ( message->what ) { switch (message->what) {
case MSG_TICK: { case MSG_TICK: {
float scrollV = 0.0; float scrollV = 0.0;
BRect rect(Bounds()); BRect rect(Bounds());