summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2018-10-29 17:20:31 +0000
committerManolo Gouy <Manolo>2018-10-29 17:20:31 +0000
commitc146ba344c185503166b933bcf730098226939f6 (patch)
tree680cf12a9a22ef8fb713181d85481974bc70e6d5
parentcf5f3fbca22f2bf9bfe3ff43ff189207803fe339 (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.mm2
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];