LOK: Do not offset window coordinates in LOK
commit987c03d5c237c6a86ac886991435220e7381ced1
authorAshod Nakashian <ashod.nakashian@collabora.co.uk>
Fri, 10 May 2019 02:49:37 +0000 (9 22:49 -0400)
committerNoel Grandin <noel.grandin@collabora.co.uk>
Thu, 25 Jul 2019 17:24:19 +0000 (25 19:24 +0200)
treea50bde95a2d3c548971f411fc4ac963a1f8a25dc
parent4289b86e33b3658a131781ce0e26d86a70b967a8
LOK: Do not offset window coordinates in LOK

This fixes the issue with selecting the incorrect
color when clicking on the color presets in the
color picker window in LOK. Because the window
coordinates are shifted in Core, and LOK client
sends in absolute coordinates, the shift causes
a different color to be selected.

(cherry picked from commit 171a2300d37d73065e5e3bd4b77678e35f678adf)

Change-Id: Ib818b83c0f0c727944068cb244f8d10666e5bc1d
Reviewed-on: https://gerrit.libreoffice.org/76323
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
desktop/source/lib/init.cxx
vcl/source/app/svapp.cxx