mirror of
https://github.com/libretro/Mesen.git
synced 2025-03-03 22:07:10 +00:00
Linux: Fixed UI freeze when closing input config popups
This commit is contained in:
parent
af0454b3ef
commit
d6d50af4e4
@ -44,6 +44,7 @@ namespace Mesen.GUI.Forms.Config
|
||||
UpdateKeyMappings();
|
||||
UpdateObject();
|
||||
}
|
||||
base.OnFormClosed(e);
|
||||
}
|
||||
|
||||
protected override bool ValidateInput()
|
||||
|
@ -27,6 +27,7 @@ namespace Mesen.GUI.Forms.Config
|
||||
if(this.DialogResult == DialogResult.OK) {
|
||||
UpdateObject();
|
||||
}
|
||||
base.OnFormClosed(e);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -27,6 +27,7 @@ namespace Mesen.GUI.Forms.Config
|
||||
if(this.DialogResult == DialogResult.OK) {
|
||||
UpdateObject();
|
||||
}
|
||||
base.OnFormClosed(e);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user