vcl/unx/gtk3/gtk3gtkinst.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 0c06e77c122f10a1842bc908bd6e25b1110ddbd2 Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Fri Dec 11 15:55:43 2020 +0000 Commit: Caolán McNamara <caol...@redhat.com> CommitDate: Fri Dec 11 20:50:49 2020 +0100 align anchor south-west to dropdown north-east Change-Id: I88e4024874526d139282dd28c39b5d11a78aa361 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107601 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caol...@redhat.com> diff --git a/vcl/unx/gtk3/gtk3gtkinst.cxx b/vcl/unx/gtk3/gtk3gtkinst.cxx index 4cbe5a8b9032..7e30c1792f1e 100644 --- a/vcl/unx/gtk3/gtk3gtkinst.cxx +++ b/vcl/unx/gtk3/gtk3gtkinst.cxx @@ -8117,7 +8117,7 @@ public: if (!pTriggerEvent) pTriggerEvent = pKeyEvent; - gtk_menu_popup_at_rect(m_pMenu, gtk_widget_get_window(pWidget), &aRect, GDK_GRAVITY_NORTH_WEST, GDK_GRAVITY_NORTH_WEST, pTriggerEvent); + gtk_menu_popup_at_rect(m_pMenu, gtk_widget_get_window(pWidget), &aRect, GDK_GRAVITY_SOUTH_WEST, GDK_GRAVITY_NORTH_WEST, pTriggerEvent); gdk_event_free(pKeyEvent); } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits