You could comment out the ifdefs here so it happens on all platforms and GTK versions to see if it fixes it.
Do you mean like this?
/*#ifdef GDK_WINDOWING_QUARTZ*/
/*# if ! GTK_CHECK_VERSION(3,16,0)*/
/* "retina" (HiDPI) display support on OS X - requires disabling buffered draw
* on older GTK versions */
/*SSM(sci, SCI_SETBUFFEREDDRAW, 0, 0);*/
/*# endif*/
/*#endif*/
And what are the disadvantages when it is turned off?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.