Revision: 29148
          http://sourceforge.net/p/bibdesk/svn/29148
Author:   hofman
Date:     2025-04-20 15:32:57 +0000 (Sun, 20 Apr 2025)
Log Message:
-----------
set bottom slider area to nil

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

Modified: trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m
===================================================================
--- trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m      2025-04-20 
09:41:38 UTC (rev 29147)
+++ trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m      2025-04-20 
15:32:57 UTC (rev 29148)
@@ -478,7 +478,7 @@
     // this variable is accessed in super's dealloc, so set it to NULL
     _trackingAreas = nil;
     _topSliderArea = nil;
-    _topSliderArea = nil;
+    _bottomSliderArea = nil;
     // takes care of the timer as well
     [self _cancelDownloads];
     [_operationQueue terminate];

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