From ed87d98c24ff4b9faeddf6025600850578cd8589 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Fri, 7 Dec 2018 16:59:00 +0100 Subject: macOS comment only: refer to OS 10.14.2 gone public now. --- 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 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; } -- cgit v1.2.3