diff options
| author | Manolo Gouy <Manolo> | 2018-10-29 17:20:31 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2018-10-29 17:20:31 +0000 |
| commit | c146ba344c185503166b933bcf730098226939f6 (patch) | |
| tree | 680cf12a9a22ef8fb713181d85481974bc70e6d5 | |
| parent | cf5f3fbca22f2bf9bfe3ff43ff189207803fe339 (diff) | |
Removed temporary comment.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@13096 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
| -rw-r--r-- | src/Fl_cocoa.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_cocoa.mm b/src/Fl_cocoa.mm index b0d7c4ccc..3fe050188 100644 --- a/src/Fl_cocoa.mm +++ b/src/Fl_cocoa.mm @@ -2190,7 +2190,7 @@ static CGContextRef prepare_bitmap_for_layer(int w, int h ) { - (void)displayLayer:(CALayer *)layer { [self drawRect:[self frame]]; } -- (void)drawRect:(NSRect)rect {//TO CHECK change of resolution +- (void)drawRect:(NSRect)rect { fl_lock_function(); if (!Fl::use_high_res_GL() && fl_mac_os_version < 101401) [self layer].contentsScale = 1.; Fl_Window *window = [(FLWindow*)[self window] getFl_Window]; |
