QVideoWidget current frame disappears when QMediaPlayer is paused
-
Hi, when i pause my QMediaPlayer using
@
mediaplayer.pause();
@
i would think that the current frame in the video where i paused it would stay on the screen however it disappears. and when i move my mouse onto the QVideoWidget the frame flashes on screen then disappears again!can anyone help me resolve this?
Regards
Tim.