allow copying selected text from ExceptionBox
This commit is contained in:
parent
703a51be09
commit
f6f7847b95
|
@ -50,6 +50,8 @@ namespace BizHawk.Client.EmuHawk
|
|||
{
|
||||
if (keyData == (Keys.C | Keys.Control))
|
||||
{
|
||||
if (txtException.SelectionLength > 0)
|
||||
return false;
|
||||
DoCopy();
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue