From 065d72ceb7e8213348490815f6f90ecf4de56061 Mon Sep 17 00:00:00 2001 From: Max Date: Fri, 28 Nov 2014 22:24:12 +0100 Subject: Change pagination popover to native type This commit switches our pagination popover to use native NSPopover on 10.7+ making it look more polished and modern. On 10.6 the old style will be used, *however* that one might still suffer from a bug caused by undefined overlapping view drawing behaviour. --- Source/SPTableContent.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Source/SPTableContent.h') diff --git a/Source/SPTableContent.h b/Source/SPTableContent.h index 8f49b7de..fdb434e8 100644 --- a/Source/SPTableContent.h +++ b/Source/SPTableContent.h @@ -91,7 +91,10 @@ IBOutlet NSButton *paginationNextButton; #ifndef SP_CODA IBOutlet NSView *contentViewPane; + IBOutlet NSViewController *paginationViewController; IBOutlet NSView *paginationView; + IBOutlet NSBox *paginationBox; + NSPopover *paginationPopover; #endif IBOutlet NSTextField *paginationPageField; #ifndef SP_CODA -- cgit v1.2.3