Re: [fltk.bugs] [MOD] STR #2887: Weird behavior of Fl_Scroll on retina display (MacOS X 10.8)

2012-11-14 Thread geuz
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2887 Version: 1.3-current Setting epsilon = 0.5; fixes the problem both on my retina machine (running 10.8) and on an older non-retina machine (running 10.7). Not sure if

Re: [fltk.bugs] [MOD] STR #2887: Weird behavior of Fl_Scroll on retina display (MacOS X 10.8)

2012-11-14 Thread Manolo Gouy
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2887 Version: 1.3-current A very similar bug appeared with Mac OS 10.6 and was solved by adding the epsilon quantity in function rect_to_NSBitmapImageRep(). Unfortunately

Re: [fltk.bugs] [MOD] STR #2887: Weird behavior of Fl_Scroll on retina display (MacOS X 10.8)

2012-11-14 Thread geuz
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2887 Version: 1.3-current Unfortunately with 0.1 instead of 0.001 tearing still occurs. Link: http://www.fltk.org/str.php?L2887 Version: 1.3-current ___

Re: [fltk.bugs] [MOD] STR #2887: Weird behavior of Fl_Scroll on retina display (MacOS X 10.8)

2012-11-14 Thread Manolo Gouy
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2887 Version: 1.3-current Thanks. Unfortunately this is a false solution, because it redraws everything instead of scrolling the window. Could you just try to start again

Re: [fltk.bugs] [MOD] STR #2887: Weird behavior of Fl_Scroll on retina display (MacOS X 10.8)

2012-11-14 Thread geuz
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2887 Version: 1.3-current Hi Manolo - Yes, this fixes it! Link: http://www.fltk.org/str.php?L2887 Version: 1.3-current ___ f

Re: [fltk.bugs] [MOD] STR #2887: Weird behavior of Fl_Scroll on retina display (MacOS X 10.8)

2012-11-14 Thread Manolo Gouy
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2887 Version: 1.3-current Hi Christophe, Could you, please, change in file Fl_cocoa.mm the current function rect_to_NSBitmapImageRep() by this one static NSBitmapImageRe