Revision: 17960
http://bibdesk.svn.sourceforge.net/bibdesk/?rev=17960&view=rev
Author: hofman
Date: 2011-06-17 21:04:12 +0000 (Fri, 17 Jun 2011)
Log Message:
-----------
fix offset of status bar when hiding
Modified Paths:
--------------
trunk/bibdesk/BDSKStatusBar.m
Modified: trunk/bibdesk/BDSKStatusBar.m
===================================================================
--- trunk/bibdesk/BDSKStatusBar.m 2011-06-17 12:14:59 UTC (rev 17959)
+++ trunk/bibdesk/BDSKStatusBar.m 2011-06-17 21:04:12 UTC (rev 17960)
@@ -155,6 +155,8 @@
[self setFrame:statusRect];
[contentView addSubview:self positioned:NSWindowBelow
relativeTo:nil];
statusHeight = -statusHeight;
+ } else if ([contentView isFlipped]) {
+ statusRect.origin.y = NSMaxY([contentView bounds]) - statusHeight;
}
viewFrame.size.height += statusHeight;
if ([contentView isFlipped]) {
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit