Revision: 15067
http://sourceforge.net/p/skim-app/code/15067
Author: hofman
Date: 2025-04-01 09:00:29 +0000 (Tue, 01 Apr 2025)
Log Message:
-----------
rename method
Modified Paths:
--------------
trunk/SKFontWell.m
Modified: trunk/SKFontWell.m
===================================================================
--- trunk/SKFontWell.m 2025-04-01 08:52:53 UTC (rev 15066)
+++ trunk/SKFontWell.m 2025-04-01 09:00:29 UTC (rev 15067)
@@ -140,7 +140,7 @@
[super viewWillMoveToWindow:newWindow];
}
-- (void)fontPickerWillBecomeActive:(NSNotification *)notification {
+- (void)fontWellWillBecomeActive:(NSNotification *)notification {
id sender = [notification object];
if (sender != self && [self isActive]) {
[self deactivate];
@@ -188,7 +188,7 @@
[fm setSelectedFont:[self font] isMultiple:NO];
[fm orderFrontFontPanel:self];
- [nc addObserver:self selector:@selector(fontPickerWillBecomeActive:)
+ [nc addObserver:self selector:@selector(fontWellWillBecomeActive:)
name:SKFontWellWillBecomeActiveNotification object:nil];
[nc addObserver:self selector:@selector(fontPanelWillClose:)
name:NSWindowWillCloseNotification object:[fm fontPanel:YES]];
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