Remove redundant call to OnTextEdited
This commit is contained in:
committed by
abcdefg30
parent
3f34154a1e
commit
98d5b8c7cc
@@ -365,7 +365,6 @@ namespace OpenRA.Mods.Common.Widgets
|
|||||||
Game.Renderer.SetClipboardText(Text.Substring(lowestIndex, highestIndex - lowestIndex));
|
Game.Renderer.SetClipboardText(Text.Substring(lowestIndex, highestIndex - lowestIndex));
|
||||||
|
|
||||||
RemoveSelectedText();
|
RemoveSelectedText();
|
||||||
OnTextEdited();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user