Skip to content

text: Prevent unexpected notify::direction emissions

Matthias Clasen requested to merge update-ci-image-4-8 into gtk-4-8

Calling gdk_device_get_direction can trigger a notify::direction emissions, since the X11 backend determines the direction on demand. Prevent that by forcing the direction to be determined ahead of time.

Fixes: #5311 (closed)

Merge request reports