Allow changes in Prefs window while emulator is running

This commit is contained in:
nigel 2003-04-01 01:56:41 +00:00
parent dc836dc547
commit 4d14181d12

View File

@ -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
{