[mythtv] Toggling paused osd infobox?

Ben Bucksch linux.news at bucksch.org
Sun Jun 15 19:12:38 EDT 2003


JOna wrote:

>I want to get rid of "paused" osd
>void TV::ToggleOSD(void)
>+        osd->EndPause();
>However this did not change anything.
>
That patch was intended to hide the pause OSD, if you press "i" while 
its shown, not to always suppress it during pause.

>What (else) do I have to change to get pause without osd, preferable so that it is allways off? 
>
I haven't tried it, but I think you can insert a |return;| before |if 
(paused)| in function |DoPause()|.

HTH

Ben




More information about the mythtv-dev mailing list