From 1e65c32b799b7ca262f266737a867240eeb451f8 Mon Sep 17 00:00:00 2001 From: Johan Paulsson Date: Tue, 25 Mar 2014 20:41:44 +0000 Subject: fixing a couple of attributes that stopped selectable nodes from showing --- tikzit/src/osx/CustomNodeController.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tikzit/src/osx/CustomNodeController.h') diff --git a/tikzit/src/osx/CustomNodeController.h b/tikzit/src/osx/CustomNodeController.h index 5553fcd..67adf0b 100644 --- a/tikzit/src/osx/CustomNodeController.h +++ b/tikzit/src/osx/CustomNodeController.h @@ -16,7 +16,7 @@ #import "SupportDir.h" @interface CustomNodeController : NSViewController { - NSDictionary* __weak nodeStyles; + NSDictionary *nodeStyles; NSMutableArray* customNodeStyles; GraphicsView *__weak graphicsView; @@ -24,7 +24,7 @@ NSTableView *customNodeTable; } -@property (weak, readonly) NSDictionary *nodeStyles; +@property NSDictionary *nodeStyles; @property NSMutableArray* customNodeStyles; @property IBOutlet NSTableView *customNodeTable; -- cgit v1.2.3