fix #1064; always show an arrow while dragging a selection box

This commit is contained in:
Chris Forbes
2011-07-28 22:31:30 +12:00
parent cfa8298190
commit 78e6d69103

View File

@@ -108,6 +108,9 @@ namespace OpenRA.Widgets
{ {
return Sync.CheckSyncUnchanged( world, () => return Sync.CheckSyncUnchanged( world, () =>
{ {
if (SelectionBox != null)
return null; /* always show an arrow while selecting */
var mi = new MouseInput var mi = new MouseInput
{ {
Location = pos, Location = pos,