[vlc-commits] [Git][videolan/vlc][3.0.x] qt: consume THBN_CLICKED events

Steve Lhomme (@robUx4) gitlab at videolan.org
Mon Nov 24 09:51:31 UTC 2025



Steve Lhomme pushed to branch 3.0.x at VideoLAN / VLC


Commits:
aa9ff8ac by Pierre Lamot at 2025-11-21T17:29:08+01:00
qt: consume THBN_CLICKED events

otherwise events are evaluated twice

- - - - -


1 changed file:

- modules/gui/qt/main_interface_win32.cpp


Changes:

=====================================
modules/gui/qt/main_interface_win32.cpp
=====================================
@@ -248,6 +248,7 @@ bool MainInterfaceWin32::nativeEventFilter(const QByteArray &, void *message, lo
                         THEMIM->next();
                         break;
                 }
+                return true;
             }
             break;
         case WM_APPCOMMAND:



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/aa9ff8aca3a67e2e86aa39d4c158a94073ce9c08

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/aa9ff8aca3a67e2e86aa39d4c158a94073ce9c08
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list