Revision: 13488
http://sourceforge.net/p/skim-app/code/13488
Author: hofman
Date: 2023-06-18 19:02:13 +0000 (Sun, 18 Jun 2023)
Log Message:
-----------
make sure image tooltip is removed when showing overview
Modified Paths:
--------------
trunk/SKMainWindowController.m
Modified: trunk/SKMainWindowController.m
===================================================================
--- trunk/SKMainWindowController.m 2023-06-18 18:50:51 UTC (rev 13487)
+++ trunk/SKMainWindowController.m 2023-06-18 19:02:13 UTC (rev 13488)
@@ -1766,6 +1766,8 @@
}
[overviewView setSingleClickAction:isPresentation ?
@selector(hideOverview:) : NULL];
+ [[SKImageToolTipWindow sharedToolTipWindow] orderOut:nil];
+
if (animate) {
BOOL hasLayer = [contentView wantsLayer] || [contentView layer] != nil;
if (hasLayer == NO) {
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