[mythtv] [PATCH] hide sliders on OSD menu request (was Re: time stretch update)

Jeremiah Morris jm at whpress.com
Sun Nov 14 15:01:05 UTC 2004


On 14 Nov 2004, at 2:15 AM, Mark Spieth wrote:

> Note that I noticed if a slider is up and menu is requested, then the 
> slider
> stays up until timeout.
> probably shouldnt happen.

I agree -- it's an easy fix too, see below.  Does anyone else have 
strong feelings one way or the other?   - Jer

Index: libs/libmythtv/tv_play.cpp
===================================================================
RCS file: /var/lib/mythcvs/mythtv/libs/libmythtv/tv_play.cpp,v
retrieving revision 1.223
diff -u -r1.223 tv_play.cpp
--- libs/libmythtv/tv_play.cpp  13 Nov 2004 22:29:45 -0000      1.223
+++ libs/libmythtv/tv_play.cpp  14 Nov 2004 14:56:04 -0000
@@ -3899,6 +3899,7 @@

      if (nvp->GetOSD())
      {
+        osd->EndPause();
          OSDListTreeType *tree = osd->ShowTreeMenu("menu", treeMenu);
          if (tree)
          {



More information about the mythtv-dev mailing list