commit | 8e37d96bf70f59e062f7b703c328a00f663021b0 | [log] [tgz] |
---|---|---|
author | Ander Conselvan de Oliveira <ander.conselvan.de.oliveira@intel.com> | Thu May 08 14:55:50 2014 +0300 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Fri May 09 15:32:20 2014 -0700 |
tree | 98ad2a9257c167ae88b2186161cffa7cce9bd842 | |
parent | f9a2626cb1be298b297ed0e07b56e1a12335c2b5 [diff] |
editor: Fix cursor positioning with pointer and touch The calculation off the vertical offset between the widget coordinates and where the text was rendered was wrong. It was using the constant for horizontal offset for that too. Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=78411