From 595fc48ad6bc132e7b804d8e69afc4ab9e3dd59c Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 13 Mar 2012 09:55:50 +1100 Subject: Change name of the 'layout' method of ScintillaView and InfoBar to 'positionSubViews' as 'layout' has been added to their superclass NSView in OS X 10.7. The existing 'layout' method interfered with the new automatic layout feature. --- cocoa/InfoBar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cocoa/InfoBar.h') diff --git a/cocoa/InfoBar.h b/cocoa/InfoBar.h index a83a92c9b..efde17944 100644 --- a/cocoa/InfoBar.h +++ b/cocoa/InfoBar.h @@ -45,7 +45,7 @@ - (void) setCallback: (id ) callback; - (void) createItems; -- (void) layout; +- (void) positionSubViews; - (void) setDisplay: (IBDisplay) display; - (void) zoomItemAction: (id) sender; - (void) setScaleFactor: (float) newScaleFactor adjustPopup: (BOOL) flag; -- cgit v1.2.3