Added a disable/enable method to the hotkey center
[ITKit.git] / ITSpinWindowEffect.m
index b3137bf..ad1b8aa 100755 (executable)
@@ -42,7 +42,7 @@
 
 + (unsigned int)listOrder
 {
-    return 600;
+    return 700;
 }
 
 
     translation.y = screenFrame.origin.y + ([_window frame].size.height / 2.0);
     transform = CGAffineTransformMakeTranslation(translation.x, translation.y);
     transform = CGAffineTransformRotate(transform, radAngle);
-    //transform = CGAffineTransformScale(transform, 1.0 / progress, 1.0 / progress);
     transform = CGAffineTransformTranslate(transform, -translation.x, -translation.y);
     
     if (hPos == ITWindowPositionLeft) {
     translation.y = -( [[_window screen] frame].size.height - [_window frame].origin.y - [_window frame].size.height );
     
     transform = CGAffineTransformTranslate(transform, translation.x, translation.y);
-    
     CGSSetWindowTransform([NSApp contextID],
                           (CGSWindowID)[_window windowNumber],
                           transform);