Revision: 14140
          http://sourceforge.net/p/skim-app/code/14140
Author:   hofman
Date:     2024-03-25 00:27:32 +0000 (Mon, 25 Mar 2024)
Log Message:
-----------
don't hide content image view

Modified Paths:
--------------
    trunk/SKSnapshotWindowController.m

Modified: trunk/SKSnapshotWindowController.m
===================================================================
--- trunk/SKSnapshotWindowController.m  2024-03-25 00:07:34 UTC (rev 14139)
+++ trunk/SKSnapshotWindowController.m  2024-03-25 00:27:32 UTC (rev 14140)
@@ -637,8 +637,7 @@
     [contentImageView setContentFilters:filters];
     if (miniaturize == NO)
         [imageView setAlphaValue:0.0];
-    [contentImageView setAlphaValue:0.0];
-
+    
     [miniaturizeWindow orderFront:nil];
     
     if (miniaturize) {

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

Reply via email to