Skip to content

gtkentry: Fix text handle coordinates calculation

Carlos Garnacho requested to merge wip/carlosg/texthandles-position into master

The text allocation is already in widget-local coordinates, involving the GtkAllocation here is not right.

Merge request reports