Revision: 11527
http://bibdesk.svn.sourceforge.net/bibdesk/?rev=11527&view=rev
Author: hofman
Date: 2007-11-10 05:57:09 -0800 (Sat, 10 Nov 2007)
Log Message:
-----------
Remove a wrong method override.
Modified Paths:
--------------
trunk/bibdesk/BDSKEdgeView.m
Modified: trunk/bibdesk/BDSKEdgeView.m
===================================================================
--- trunk/bibdesk/BDSKEdgeView.m 2007-11-10 13:05:01 UTC (rev 11526)
+++ trunk/bibdesk/BDSKEdgeView.m 2007-11-10 13:57:09 UTC (rev 11527)
@@ -144,36 +144,4 @@
return rect;
}
-- (void)adjustSubviews {
- NSEnumerator *viewEnum = [[self subviews] objectEnumerator];
- NSView *view;
- NSRect contentRect;
- NSRect frame;
-
- [contentView setFrame:[self contentRect]];
- contentRect = [contentView bounds];
-
- while (view = [viewEnum nextObject]) {
- frame = [view frame];
- if (NSContainsRect(contentRect, frame))
- continue;
- if (NSMinX(frame) > NSMaxX(contentRect)) {
- frame.origin.x = NSMaxX(contentRect);
- frame.size.width = 0.0;
- } else if (NSMaxX(frame) < NSMinX(contentRect)) {
- frame.origin.x = NSMinX(contentRect);
- frame.size.width = 0.0;
- }
- if (NSMinY(frame) > NSMaxY(contentRect)) {
- frame.origin.y = NSMaxY(contentRect);
- frame.size.height = 0.0;
- } else if (NSMaxY(frame) < NSMinY(contentRect)) {
- frame.origin.y = NSMinY(contentRect);
- frame.size.height = 0.0;
- }
- frame = NSIntersectionRect(frame, contentRect);
- [view setFrame:frame];
- }
-}
-
@end
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit