Making bevel a non-window-moving area for now, due to a glitch with using it in AG.
authorMatthew Judy <mjudy@ithinksw.com>
Thu, 24 Apr 2003 00:12:20 +0000 (00:12 +0000)
committerMatthew Judy <mjudy@ithinksw.com>
Thu, 24 Apr 2003 00:12:20 +0000 (00:12 +0000)
ITBevelView.m

index ce845c6..d5beb0d 100755 (executable)
     [[[self subviews] objectAtIndex:0] setNeedsDisplay:YES];
 }
 
     [[[self subviews] objectAtIndex:0] setNeedsDisplay:YES];
 }
 
+- (BOOL)mouseDownCanMoveWindow
+{
+    return NO;
+}
+
 
 /*************************************************************************/
 #pragma mark -
 
 /*************************************************************************/
 #pragma mark -