fix #1064; always show an arrow while dragging a selection box
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user