Revision: 14336
          http://sourceforge.net/p/skim-app/code/14336
Author:   hofman
Date:     2024-06-12 15:49:32 +0000 (Wed, 12 Jun 2024)
Log Message:
-----------
currentConfiguration is dynamic property

Modified Paths:
--------------
    trunk/SKSnapshotWindowController.m

Modified: trunk/SKSnapshotWindowController.m
===================================================================
--- trunk/SKSnapshotWindowController.m  2024-06-12 15:37:10 UTC (rev 14335)
+++ trunk/SKSnapshotWindowController.m  2024-06-12 15:49:32 UTC (rev 14336)
@@ -92,8 +92,8 @@
 
 @implementation SKSnapshotWindowController
 
-@synthesize pdfView, delegate, thumbnail, updateDate, pageLabel, string, 
hasWindow, forceOnTop, currentConfiguration;
-@dynamic bounds, pageIndex, currentSetup, thumbnailAttachment, 
thumbnail512Attachment, thumbnail256Attachment, thumbnail128Attachment, 
thumbnail64Attachment, thumbnail32Attachment;
+@synthesize pdfView, delegate, thumbnail, updateDate, pageLabel, string, 
hasWindow, forceOnTop;
+@dynamic bounds, pageIndex, currentSetup, currentConfiguration, 
thumbnailAttachment, thumbnail512Attachment, thumbnail256Attachment, 
thumbnail128Attachment, thumbnail64Attachment, thumbnail32Attachment;
 
 - (NSString *)windowNibName {
     return @"SnapshotWindow";

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



_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to