mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-01-11 10:30:09 +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;
|
- (void) sendEvent: (NSEvent *)event;
|
||||||
{
|
{
|
||||||
if ( [self isAnyEmulatorDisplayingSheets] || ! [self isAnyEmulatorRunning] )
|
if ( [self isAnyEmulatorDisplayingSheets] ||
|
||||||
|
[[thePrefsEditor window] isVisible] || ! [self isAnyEmulatorRunning] )
|
||||||
[super sendEvent: event];
|
[super sendEvent: event];
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user