Revision: 15334
http://sourceforge.net/p/skim-app/code/15334
Author: hofman
Date: 2025-05-30 14:41:00 +0000 (Fri, 30 May 2025)
Log Message:
-----------
move code
Modified Paths:
--------------
trunk/SKMainWindowController_UI.m
Modified: trunk/SKMainWindowController_UI.m
===================================================================
--- trunk/SKMainWindowController_UI.m 2025-05-30 14:33:43 UTC (rev 15333)
+++ trunk/SKMainWindowController_UI.m 2025-05-30 14:41:00 UTC (rev 15334)
@@ -245,12 +245,6 @@
}
}
-- (void)windowDidResignKey:(NSNotification *)notification {
- if ([[self window] isEqual:[notification object]]) {
- [[SKImageToolTipWindow sharedToolTipWindow] orderOut:nil];
- }
-}
-
- (void)windowDidResignMain:(NSNotification *)notification {
if ([[self window] isEqual:[notification object]]) {
[[SKImageToolTipWindow sharedToolTipWindow] orderOut:nil];
@@ -261,6 +255,12 @@
}
}
+- (void)windowDidResignKey:(NSNotification *)notification {
+ if ([[self window] isEqual:[notification object]]) {
+ [[SKImageToolTipWindow sharedToolTipWindow] orderOut:nil];
+ }
+}
+
- (void)windowWillClose:(NSNotification *)notification {
if ([[notification object] isEqual:[self window]]) {
[[self document] saveRecentDocumentInfo];
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