Skip to content

Fix GtkEntryCompletion position on Wayland with multi-monitor configuration

polter requested to merge polter/gtk:polter/gtkentrycompletion-wayland into gtk-3-24

Fixes: #2794

Removed unneeded (and wrongly working) conditions for GtkEntryCompletion positioning. It has been working wrong for both X and Wayland, but on Wayland the completion widget has become completely unusable with horizontally layed out multiple monitors.

Edited by polter

Merge request reports