Skip to content

Commit

Permalink
Change no annotations to only graphic annotations (because of ROIs)
Browse files Browse the repository at this point in the history
  • Loading branch information
b-deville committed Mar 26, 2013
1 parent 0463506 commit cba07b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PrintingLayout/Sources/PLThumbnailView.m
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ - (id)init
self.isSelected = NO;
self.shrinking = none;
self.layoutIndex = -1;
self.annotationType = annotNone;
self.annotationType = annotGraphics;
COPYSETTINGSINSERIES = NO;

[self setPostsFrameChangedNotifications:NO];
Expand All @@ -55,7 +55,7 @@ - (id)initWithFrame:(NSRect)frame

self.originalFrame = frame;
drawingFrameRect = frame;
self.annotationType = annotNone;
self.annotationType = annotGraphics;
COPYSETTINGSINSERIES = NO;

[self setPostsFrameChangedNotifications:NO];
Expand Down

0 comments on commit cba07b8

Please sign in to comment.