mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-12-23 19:29:18 +00:00
Allow changes in Prefs window while emulator is running
This commit is contained in:
parent
dc836dc547
commit
4d14181d12
@ -67,7 +67,8 @@
|
||||
|
||||
- (void) sendEvent: (NSEvent *)event;
|
||||
{
|
||||
if ( [self isAnyEmulatorDisplayingSheets] || ! [self isAnyEmulatorRunning] )
|
||||
if ( [self isAnyEmulatorDisplayingSheets] ||
|
||||
[[thePrefsEditor window] isVisible] || ! [self isAnyEmulatorRunning] )
|
||||
[super sendEvent: event];
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user