Skip to content

gtk/gtktooltip.c: check result of event position get operation

Maxim Zakharov requested to merge Maxime2/gtk:gtktooltip.c-optimise into main

Do not perform coordinates transformation when gdk_event_get_position() returns FALSE as it returns NaNs in that case and these coordinates are not used anyway in further processing (closes #5134 (closed)).

Merge request reports

Loading