From c146ba344c185503166b933bcf730098226939f6 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Mon, 29 Oct 2018 17:20:31 +0000 Subject: Removed temporary comment. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@13096 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_cocoa.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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]; -- cgit v1.2.3