Status bar with mouse position in editor
This commit is contained in:
committed by
Chris Forbes
parent
01accaeb38
commit
253ccd6d9b
1
OpenRA.Editor/Form1.cs
Normal file → Executable file
1
OpenRA.Editor/Form1.cs
Normal file → Executable file
@@ -36,6 +36,7 @@ namespace OpenRA.Editor
|
||||
Rules.LoadRules(Game.modData.Manifest, new Map());
|
||||
|
||||
surface1.AfterChange += OnMapChanged;
|
||||
surface1.SetMousePositionLabel(toolStripStatusLabelMousePosition);
|
||||
}
|
||||
|
||||
void OnMapChanged()
|
||||
|
||||
Reference in New Issue
Block a user