make click-without-drag feel better in editor

This commit is contained in:
Chris Forbes
2012-07-01 18:37:46 +12:00
parent b8a932a084
commit 007b2c5434

View File

@@ -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();
} }
} }