Status bar with mouse position in editor

This commit is contained in:
Caleb Anderson
2010-10-20 23:50:40 -05:00
committed by Chris Forbes
parent 01accaeb38
commit 253ccd6d9b
3 changed files with 49 additions and 9 deletions

1
OpenRA.Editor/Form1.cs Normal file → Executable file
View File

@@ -36,6 +36,7 @@ namespace OpenRA.Editor
Rules.LoadRules(Game.modData.Manifest, new Map());
surface1.AfterChange += OnMapChanged;
surface1.SetMousePositionLabel(toolStripStatusLabelMousePosition);
}
void OnMapChanged()