Revision: 2979
          http://skim-app.svn.sourceforge.net/skim-app/?rev=2979&view=rev
Author:   hofman
Date:     2007-09-22 05:30:25 -0700 (Sat, 22 Sep 2007)

Log Message:
-----------
Layout secondary pdf view after delay.

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

Modified: trunk/SKMainWindowController.m
===================================================================
--- trunk/SKMainWindowController.m      2007-09-22 11:53:47 UTC (rev 2978)
+++ trunk/SKMainWindowController.m      2007-09-22 12:30:25 UTC (rev 2979)
@@ -1960,6 +1960,7 @@
     point = [secondaryPdfView convertPoint:[secondaryPdfView 
convertPoint:[pdfView convertPoint:point toPage:page] fromPage:page] 
toView:[secondaryPdfView documentView]];
     [secondaryPdfView goToPage:page];
     [[secondaryPdfView documentView] scrollPoint:point];
+    [secondaryPdfView layoutDocumentView];
 }
 
 - (IBAction)toggleSplitPDF:(id)sender {
@@ -1995,7 +1996,6 @@
             [pdfSplitView addSubview:secondaryPdfEdgeView];
         }
         
-        [secondaryPdfView layoutDocumentView];
         [self performSelector:@selector(scrollSecondaryPdfView) withObject:nil 
afterDelay:0.0];
     }
     


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to