Almost, leave the SSM line uncommented, thats the one that turns it off.

To avoid misunderstanding: Is the following correct?

/*#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*/


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <geany/geany/issues/3271/1236121036@github.com>