Revision: 25377
          http://sourceforge.net/p/bibdesk/svn/25377
Author:   hofman
Date:     2021-01-12 23:43:22 +0000 (Tue, 12 Jan 2021)
Log Message:
-----------
Ivars are equal

Modified Paths:
--------------
    trunk/bibdesk_vendorsrc/amaxwell/FileView/FVTextIcon.m

Modified: trunk/bibdesk_vendorsrc/amaxwell/FileView/FVTextIcon.m
===================================================================
--- trunk/bibdesk_vendorsrc/amaxwell/FileView/FVTextIcon.m      2021-01-12 
22:41:04 UTC (rev 25376)
+++ trunk/bibdesk_vendorsrc/amaxwell/FileView/FVTextIcon.m      2021-01-12 
23:43:22 UTC (rev 25377)
@@ -156,7 +156,7 @@
     self = [super initWithURL:aURL drawsLinkBadge:drawsLinkBadge];
     if (self) {
         _fullSize = FVDefaultPaperSize();
-        _thumbnailSize = FVDefaultPaperSize();
+        _thumbnailSize = _fullSize;
         // first approximation
         FVIconLimitThumbnailSize(&_thumbnailSize);
         _fullImage = NULL;

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



_______________________________________________
Bibdesk-commit mailing list
Bibdesk-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to