Skip to content

Commit 646a65a

Browse files
committed
Disable input handling on TileInfoDisplay
1 parent 00837f3 commit 646a65a

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/TSMapEditor/Constants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ namespace TSMapEditor
44
{
55
public static class Constants
66
{
7-
public const string ReleaseVersion = "1.5.1";
7+
public const string ReleaseVersion = "1.5.3";
88

99
public static int CellSizeX = 48;
1010
public static int CellSizeY = 24;

src/TSMapEditor/UI/TileInfoDisplay.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ public TileInfoDisplay(WindowManager windowManager, Map map, TheaterGraphics the
2121
this.map = map;
2222
this.theaterGraphics = theaterGraphics;
2323
this.editorState = editorState;
24+
InputEnabled = false;
2425
}
2526

2627
private readonly Map map;

0 commit comments

Comments
 (0)