Fix hang with "Go to Address" dialog in RamSearch
resolves #3384, fixes cc4acd9c64
This commit is contained in:
parent
1bf2bb758c
commit
afccbe8aa6
|
@ -907,8 +907,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
Message = "Enter a hexadecimal value"
|
||||
};
|
||||
|
||||
var result = this.ShowDialogWithTempMute(prompt);
|
||||
while (result.IsOk())
|
||||
while (this.ShowDialogWithTempMute(prompt).IsOk())
|
||||
{
|
||||
try
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue