unbind mouse wheel
@sfeam : a gentle bump on this: would the GP_CAIRO_SCALE fix above mean that it's not an upstream bug?
I could get rid of the artifact by changing line 84 of src/wxterminal/gp_cairo.h setting GP_CAIRO_SCALE to 1 rather than 20 sed -i '' 's/define\ GP_CAIRO_SCALE\ 20/define\ GP_CAIRO_SCALE\ 1/g' ./src/wxterminal/gp_cairo.h Could this help in pinning down the problem? (I'm no more sure it's an upstream bug)
[from pango gitlab issue report] Can someone confirm this happens only on macos? Could someone test wxt terminal on linux using latest pango v1.44.6 ?
Followup: I posted an issue on the right pango gitlab: https://gitlab.gnome.org/GNOME/pango/issues/422
I posted an issue on the wxwidgets tracker https://trac.wxwidgets.org/ticket/18480 but it seems to be connected more to cairo/pango Gnuplot uses their own Cairo implementation for drawing, so I doubt this is related to wxWidgets. In fact if I recompile using 1.43 and not 1.44 of pango, everything is ok So I submitted a bug report on pango gitlab... https://gitlab.freedesktop.org/cairo/cairo/issues/373
I posted an issue on the wxwidgets tracker https://trac.wxwidgets.org/ticket/18480 but it seems to be connected more to cairo/pango Gnuplot uses their own Cairo implementation for drawing, so I doubt this is related to wxWidgets. In fact if I recompile using 1.43 and not 1.44 of pango, everything is ok
I posted an issue on the wxwidgets tracker https://trac.wxwidgets.org/ticket/18480 but it seems to be connected more to cairo/pango Gnuplot uses their own Cairo implementation for drawing, so I doubt this is related to wxWidgets.