Added sliding in from all four corners both horizontal and vertical.
[ITKit.git] / ITBevelView.m
index ce845c6..d5beb0d 100755 (executable)
     [[[self subviews] objectAtIndex:0] setNeedsDisplay:YES];
 }
 
+- (BOOL)mouseDownCanMoveWindow
+{
+    return NO;
+}
+
 
 /*************************************************************************/
 #pragma mark -