summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorManolo Gouy <mgouy@biomp2.univ-lyon1.fr>2018-12-07 16:59:00 +0100
committerManolo Gouy <mgouy@biomp2.univ-lyon1.fr>2018-12-07 16:59:00 +0100
commited87d98c24ff4b9faeddf6025600850578cd8589 (patch)
tree7dc5c1bcd74dca9056fd302d7a950b4a7132bb78 /src
parentf9228e55b3dbe90b08691d16e10c252eeb6c3257 (diff)
macOS comment only: refer to OS 10.14.2 gone public now.
Diffstat (limited to 'src')
-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 8d077a46f..6e318a2d9 100644
--- a/src/Fl_cocoa.mm
+++ b/src/Fl_cocoa.mm
@@ -2226,7 +2226,7 @@ static CGContextRef prepare_bitmap_for_layer(int w, int h ) {
Fl_Window *window = [(FLWindow*)[self window] getFl_Window];
Fl_Cocoa_Window_Driver *d = Fl_Cocoa_Window_Driver::driver(window);
[self layer].contentsScale = d->mapped_to_retina() ? 2. : 1.;
- window->redraw(); // necessary with 10.14.2 public beta 3
+ window->redraw(); // necessary with 10.14.2; harmless before
}
return retval;
}