Add OnTextEdited call to RemoveSelectedText

This would allow expty text box to be processed and disable filtering
This commit is contained in:
Andrew Odintsov
2020-05-05 21:12:51 +01:00
committed by abcdefg30
parent 3119f831b3
commit 3f34154a1e

View File

@@ -531,6 +531,7 @@ namespace OpenRA.Mods.Common.Widgets
ClearSelection();
CursorPosition = lowestIndex;
OnTextEdited();
}
}