[mythtv] Some bugs (0.15)

Oscar Carlsson oscar.carlsson at home.se
Sat May 22 05:44:59 EDT 2004


DM> On the Playback Recording screen, if you press Info, then choose 
DM> "Delete", the semi-translucent background which dims everything but the 
DM> pop up goes away.

I  did  some  research on this yesterday, but I got stuck.. At least I found out
that you can trigger it by just doing F1->ESC->F1 fairly quick. Not that strange
really  since when you hit 'Delete' PlaybackBox::cancelPopup is called, and then
the Delete popup is opened.

We   could   check   for   expectingPopup   when   closing   it  and  not  doing
backup.drawPixmap(0, 0, myBackground);, and then the same thing when opening the
delete  popup, but this wouldn't take care of the bug when opening and closing a
dialog real quick (the real bug).

So, does anyone know what could be going on here?

/Oscar



More information about the mythtv-dev mailing list