Revision: 15159
          http://bibdesk.svn.sourceforge.net/bibdesk/?rev=15159&view=rev
Author:   hofman
Date:     2009-04-22 23:20:40 +0000 (Wed, 22 Apr 2009)

Log Message:
-----------
don't resize export panel accessory view

Modified Paths:
--------------
    trunk/bibdesk/BibDocument.m

Modified: trunk/bibdesk/BibDocument.m
===================================================================
--- trunk/bibdesk/BibDocument.m 2009-04-22 18:35:33 UTC (rev 15158)
+++ trunk/bibdesk/BibDocument.m 2009-04-22 23:20:40 UTC (rev 15159)
@@ -1032,7 +1032,6 @@
         NSPopUpButton *saveFormatPopupButton = 
popUpButtonSubview(accessoryView);
         BDSKASSERT(saveFormatPopupButton != nil);
         NSRect savFrame = [saveAccessoryView frame];
-        savFrame.size.width = NSWidth([accessoryView frame]);
         NSRect exportFrame = [exportAccessoryView frame];
         savFrame.origin = NSMakePoint(0.0, SAVE_ENCODING_VIEW_OFFSET);
         [saveAccessoryView setFrame:savFrame];


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to