Tastudio - fix ReselectCLipboard hotkey

This commit is contained in:
adelikat 2019-12-13 17:36:07 -06:00
parent a77b7ce2fc
commit 001eeba4f9
1 changed files with 1 additions and 1 deletions

View File

@ -548,7 +548,7 @@ namespace BizHawk.Client.EmuHawk
case "Reselect Clip.":
if (GlobalWin.Tools.IsLoaded<TAStudio>())
{
GlobalWin.Tools.TAStudio.SelectAllExternal();
GlobalWin.Tools.TAStudio.ReselectClipboardExternal();
}
else
{