macOS comment only: refer to OS 10.14.2 gone public now.

This commit is contained in:
Manolo Gouy 2018-12-07 16:59:00 +01:00
parent f9228e55b3
commit ed87d98c24

View File

@ -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;
}