diff options
author | Caolán McNamara <caolanm@redhat.com> | 2022-08-30 11:43:59 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2022-08-30 14:53:02 +0200 |
commit | bc8e1c3d3f471823dfd68beb8c7e0974be00f20e (patch) | |
tree | 96f9b56681c3144aaa673a86ffd9442c4e8a6d42 /vcl/inc/unx | |
parent | 6daa9cd1331f70b5bfa55d5306c2216331ede680 (diff) |
fix "g_object_weak_unref: couldn't find weak ref" warning
(soffice:3465993): GLib-GObject-WARNING **: 11:33:34.451: g_object_weak_unref: couldn't find weak ref 0x7fffe9553580(0x7fffb4014180)
do the same thing for all the gestures
Change-Id: I944645fc3c95fd73186cd22e71738f247d864bb2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139031
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/inc/unx')
-rw-r--r-- | vcl/inc/unx/gtk/gtkframe.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/vcl/inc/unx/gtk/gtkframe.hxx b/vcl/inc/unx/gtk/gtkframe.hxx index 29e1899df9de..8f2b8064fe9f 100644 --- a/vcl/inc/unx/gtk/gtkframe.hxx +++ b/vcl/inc/unx/gtk/gtkframe.hxx @@ -443,9 +443,6 @@ public: guint m_nHudAwarenessId; std::vector<gulong> m_aMouseSignalIds; - GtkGesture *m_pZoomGesture; - GtkGesture *m_pRotateGesture; - void grabPointer(bool bGrab, bool bKeyboardAlso, bool bOwnerEvents); static GtkSalDisplay* getDisplay(); |