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
_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to