gtk/gtktooltip.c: check result of event position get operation
authorMaxim Zakharov <zakhma@muli.com.au>
Tue, 30 Aug 2022 05:45:52 +0000 (15:45 +1000)
committerMaxim Zakharov <zakhma@muli.com.au>
Tue, 30 Aug 2022 05:54:52 +0000 (15:54 +1000)
commit982b4ff3b22aee04e5f91c04e95a6c6b9d8b66e2
treee621120b08a1822c31ecd2950f244a8f4de5f54d
parent0f2582ff027325841111fe4e908f22a0da91b2e5
gtk/gtktooltip.c: check result of event position get operation

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).
gtk/gtktooltip.c