]> Dogcows Code - chaz/thecheat/blobdiff - MyDocument.m
The Cheat 1.1.1
[chaz/thecheat] / MyDocument.m
index da58b81a709fb46bf56fe8639c796e4590c23212..cd8d768f20d244c326f4c0c01fdc731860191575 100644 (file)
@@ -1582,7 +1582,7 @@ void TCPlaySound( NSString *name );
 
 - (void)windowsOnTopChanged:(NSNotification *)note
 {
-       if ( TCGlobalWindowsOnTop )
+       if ( [[note object] boolValue] )
        {
                [cheatWindow setLevel:NSPopUpMenuWindowLevel];
        }
This page took 0.016961 seconds and 4 git commands to generate.