Revision: 13480
http://sourceforge.net/p/skim-app/code/13480
Author: hofman
Date: 2023-06-15 22:43:22 +0000 (Thu, 15 Jun 2023)
Log Message:
-----------
allow empty selection in overview, it will be reset to the current page
immediately, and otherwise that would not be possible
Modified Paths:
--------------
trunk/SKMainWindowController.m
Modified: trunk/SKMainWindowController.m
===================================================================
--- trunk/SKMainWindowController.m 2023-06-15 21:21:26 UTC (rev 13479)
+++ trunk/SKMainWindowController.m 2023-06-15 22:43:22 UTC (rev 13480)
@@ -1714,7 +1714,6 @@
if (markedPageIndex != NSNotFound)
[(SKThumbnailItem *)[overviewView itemAtIndex:markedPageIndex]
setMarked:YES];
} else {
- [overviewView setAllowsEmptySelection:NO];
NSCollectionViewFlowLayout *layout = [[[NSCollectionViewFlowLayout
alloc] init] autorelease];
[layout setMinimumLineSpacing:8.0];
[layout setMinimumInteritemSpacing:0.0];
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