vcl/unx/gtk3/gtkinst.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 141f268dde71f29b89f103d620a2eadc150905fc
Author:     Caolán McNamara <caolan.mcnam...@collabora.com>
AuthorDate: Fri Jun 27 15:03:26 2025 +0100
Commit:     Xisco Fauli <xiscofa...@libreoffice.org>
CommitDate: Tue Jul 1 09:07:16 2025 +0200

    this signal_focus_in should be signal_focus_out
    
    Change-Id: I0658109df847c430089e201245c3f516a1264998
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/187116
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolan.mcnam...@collabora.com>
    (cherry picked from commit 27d008999ff78495c2b5da6ebc220c79ea09eb36)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/187198
    Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org>

diff --git a/vcl/unx/gtk3/gtkinst.cxx b/vcl/unx/gtk3/gtkinst.cxx
index 6e8aaa2c9e75..7e35fce607d7 100644
--- a/vcl/unx/gtk3/gtkinst.cxx
+++ b/vcl/unx/gtk3/gtkinst.cxx
@@ -2601,7 +2601,7 @@ protected:
     {
         GtkInstanceWidget* pThis = static_cast<GtkInstanceWidget*>(widget);
         SolarMutexGuard aGuard;
-        pThis->signal_focus_in();
+        pThis->signal_focus_out();
     }
 #else
     static gboolean signalFocusOut(GtkWidget*, GdkEvent*, gpointer widget)

Reply via email to