Not sure if I'm still on the develop list, so I'm being lazy and posting here.  
In current svn, the find bar's "Done" button doesn't do anything if the status 
bar is visible:

    if (view == nil) {
        NSArray *subviews = [[[self view] superview] subviews];
        if ([subviews count] == 2)
            view = [subviews objectAtIndex:([subviews objectAtIndex:0] == [self 
view] ? 1 : 0)];
        else
            return;
    }

(gdb) po [[[self view] superview] subviews]
<NSCFArray 0x1005bea00>(
<SKGradientView: 0x101535330>,
<SKStatusBar: 0x11be0aea0>,
<SKSplitView: 0x1005beda0>
)


------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
Skim-app-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-users

Reply via email to