make click-without-drag feel better in editor
This commit is contained in:
@@ -218,7 +218,8 @@ namespace OpenRA.Editor
|
|||||||
if (e.Button == MouseButtons.Left)
|
if (e.Button == MouseButtons.Left)
|
||||||
{
|
{
|
||||||
Draw();
|
Draw();
|
||||||
if (!IsPaste) SelectionStart = GetBrushLocation();
|
if (!IsPaste)
|
||||||
|
SelectionStart = SelectionEnd = GetBrushLocation();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user