summaryrefslogtreecommitdiff
path: root/tikzit/src/osx/CustomNodeController.h
diff options
context:
space:
mode:
authorJohan Paulsson <gonz@badcode.net>2014-03-25 20:41:44 +0000
committerJohan Paulsson <gonz@badcode.net>2014-03-25 20:41:44 +0000
commit1e65c32b799b7ca262f266737a867240eeb451f8 (patch)
tree821fb1da406de281b9753af56c589f3f849cdce0 /tikzit/src/osx/CustomNodeController.h
parent32cb63c5115d1eaa1422114861514293ddd74f6d (diff)
fixing a couple of attributes that stopped selectable nodes from showing
Diffstat (limited to 'tikzit/src/osx/CustomNodeController.h')
-rw-r--r--tikzit/src/osx/CustomNodeController.h4
1 files changed, 2 insertions, 2 deletions
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 <NSTableViewDelegate>{
- 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;