Revision: 12146
http://sourceforge.net/p/skim-app/code/12146
Author: hofman
Date: 2021-03-01 14:52:41 +0000 (Mon, 01 Mar 2021)
Log Message:
-----------
Add initial item view
Modified Paths:
--------------
trunk/SKColorSwatch.m
Modified: trunk/SKColorSwatch.m
===================================================================
--- trunk/SKColorSwatch.m 2021-03-01 10:46:50 UTC (rev 12145)
+++ trunk/SKColorSwatch.m 2021-03-01 14:52:41 UTC (rev 12146)
@@ -152,7 +152,7 @@
SKColorSwatchItemView *itemView = [[SKColorSwatchItemView alloc]
initWithFrame:[self frameForItemViewAtIndex:0 collapsedIndex:-1]];
[itemView setColor:[NSColor whiteColor]];
- [self addSubview:view];
+ [self addSubview:itemView];
itemViews = [[NSMutableArray alloc] initWithObjects:itemView, nil];
[itemView release];
[self commonInit];
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit