X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fthecheat;a=blobdiff_plain;f=MyDocument.m;fp=MyDocument.m;h=cd8d768f20d244c326f4c0c01fdc731860191575;hp=da58b81a709fb46bf56fe8639c796e4590c23212;hb=fcdfb47212ad3d7f8ec8ae115ccf4f30b7ace383;hpb=5c3719dab502456afddef1ae919e73f06973012f diff --git a/MyDocument.m b/MyDocument.m index da58b81..cd8d768 100644 --- a/MyDocument.m +++ b/MyDocument.m @@ -1582,7 +1582,7 @@ void TCPlaySound( NSString *name ); - (void)windowsOnTopChanged:(NSNotification *)note { - if ( TCGlobalWindowsOnTop ) + if ( [[note object] boolValue] ) { [cheatWindow setLevel:NSPopUpMenuWindowLevel]; }