Revision: 16478
http://sourceforge.net/p/skim-app/code/16478
Author: hofman
Date: 2026-09-14 15:31:36 +0000 (Mon, 14 Sep 2026)
Log Message:
-----------
rename method
Modified Paths:
--------------
trunk/SKMainWindowController.m
Modified: trunk/SKMainWindowController.m
===================================================================
--- trunk/SKMainWindowController.m 2026-09-14 14:52:44 UTC (rev 16477)
+++ trunk/SKMainWindowController.m 2026-09-14 15:31:36 UTC (rev 16478)
@@ -958,7 +958,7 @@
[self updatePageColumnWidthForTableViews:[[leftSideController tableViews]
arrayByAddingObjectsFromArray:[rightSideController tableViews]]];
}
-- (void)updatebackgroundColor {
+- (void)updateBackgroundColor {
NSColor *backgroundColor = nil;
if (interactionMode == SKNormalMode)
backgroundColor = [PDFView defaultBackgroundColor];
@@ -2687,10 +2687,10 @@
// A default value that we are observing has changed
if ([keyPath isEqualToString:SKBackgroundColorKey] || [keyPath
isEqualToString:SKDarkBackgroundColorKey]) {
- [self updatebackgroundColor];
+ [self updateBackgroundColor];
} else if ([keyPath isEqualToString:SKFullScreenBackgroundColorKey] ||
[keyPath isEqualToString:SKDarkFullScreenBackgroundColorKey]) {
if ([self interactionMode] == SKFullScreenMode)
- [self updatebackgroundColor];
+ [self updateBackgroundColor];
} else if ([keyPath isEqualToString:SKThumbnailSizeKey]) {
[self resetThumbnailSizeIfNeeded];
[leftSideController.thumbnailTableView noteHeightOfRowsChanged];
@@ -2712,7 +2712,7 @@
} else if (context == &SKMainWindowAppObservationContext) {
- [self updatebackgroundColor];
+ [self updateBackgroundColor];
} else if (context == &SKMainWindowContentLayoutObservationContext) {
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