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

New commits:
commit 27d008999ff78495c2b5da6ebc220c79ea09eb36
Author:     Caolán McNamara <[email protected]>
AuthorDate: Fri Jun 27 15:03:26 2025 +0100
Commit:     Caolán McNamara <[email protected]>
CommitDate: Fri Jun 27 18:03:21 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 <[email protected]>

diff --git a/vcl/unx/gtk3/gtkinst.cxx b/vcl/unx/gtk3/gtkinst.cxx
index 98ccff3c44dc..5b4e488e2c76 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