Revision: 27835
          http://sourceforge.net/p/bibdesk/svn/27835
Author:   hofman
Date:     2022-08-24 14:21:05 +0000 (Wed, 24 Aug 2022)
Log Message:
-----------
use scalePopUpButton frame

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

Modified: trunk/bibdesk/BDSKZoomableTextView.m
===================================================================
--- trunk/bibdesk/BDSKZoomableTextView.m        2022-08-24 06:30:21 UTC (rev 
27834)
+++ trunk/bibdesk/BDSKZoomableTextView.m        2022-08-24 14:21:05 UTC (rev 
27835)
@@ -157,7 +157,7 @@
         [scrollView setTranslatesAutoresizingMaskIntoConstraints:NO];
         [containerView addSubview:scrollView];
         
-        NSBox *backgroundView = [[[NSBox alloc] initWithFrame:[scrollView 
frame]] autorelease];
+        NSBox *backgroundView = [[[NSBox alloc] 
initWithFrame:[scalePopUpButton frame]] autorelease];
         [backgroundView setBoxType:NSBoxCustom];
         [backgroundView setBorderType:NSNoBorder];
         [backgroundView setTitlePosition:NSNoTitle];

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



_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to