]> git.sesse.net Git - vlc/commit
Qt: show context menu on pictureflow (fix #11876)
authorFrancois Cartegnie <fcvlcdev@free.fr>
Tue, 24 Feb 2015 17:27:05 +0000 (18:27 +0100)
committerFrancois Cartegnie <fcvlcdev@free.fr>
Tue, 24 Feb 2015 17:31:03 +0000 (18:31 +0100)
commit59f5a57b38e96035b8a0b918a2fc3c79b60123f6
treed3bea3c9c0d0c4696cac786bbf0c3fe44b808c5e
parent22152f576f86047cad51509f3beebb5038fa0a03
Qt: show context menu on pictureflow (fix #11876)

ContextMenuEvent should be forwarded to parent
when child has Qt::NoContextMenu policy.
Here, I can't figure out what is not working,
parent never fires signal, event at viewport level.

Redirecting signal as a workaound then :/
(might be pixels offset due to missing coordinates conversion)
modules/gui/qt4/components/playlist/views.cpp