(svn r19959) -Fix (r19889): Disable drag destination highlighting when aborting a drag.

pull/155/head
alberth 14 years ago
parent ba43c0f5dd
commit a1efd13ff4

@ -1279,6 +1279,12 @@ public:
}
this->RaiseWidget(ORDER_WIDGET_GOTO);
this->SetWidgetDirty(ORDER_WIDGET_GOTO);
/* Remove drag highlighting if it exists. */
if (this->order_over != INVALID_ORDER) {
this->order_over = INVALID_ORDER;
this->SetWidgetDirty(ORDER_WIDGET_ORDER_LIST);
}
}
virtual void OnMouseLoop()

Loading…
Cancel
Save