Add OnTextEdited call to RemoveSelectedText
This would allow expty text box to be processed and disable filtering
This commit is contained in:
committed by
abcdefg30
parent
3119f831b3
commit
3f34154a1e
@@ -531,6 +531,7 @@ namespace OpenRA.Mods.Common.Widgets
|
||||
ClearSelection();
|
||||
|
||||
CursorPosition = lowestIndex;
|
||||
OnTextEdited();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user