Tastudio - fix ReselectCLipboard hotkey
This commit is contained in:
parent
a77b7ce2fc
commit
001eeba4f9
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue