From 12fe411cffb4cb7088f6af096b858e0c6c091c54 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 14 Jul 2021 10:22:27 +0100 Subject: gtk4: add SolarMutexGuard on entering vcl from gtk MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I1f380c5f700b77520ce548963195ce30059f0633 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118890 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- vcl/unx/gtk3/gtkinst.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'vcl/unx/gtk3/gtkinst.cxx') diff --git a/vcl/unx/gtk3/gtkinst.cxx b/vcl/unx/gtk3/gtkinst.cxx index 1ee5072aed7f..f82ab5d105cc 100644 --- a/vcl/unx/gtk3/gtkinst.cxx +++ b/vcl/unx/gtk3/gtkinst.cxx @@ -17490,6 +17490,7 @@ private: static void signalPopupToggled(GObject*, GParamSpec*, gpointer widget) { GtkInstanceComboBox* pThis = static_cast(widget); + SolarMutexGuard aGuard; pThis->signal_popup_toggled(); } -- cgit