j.rios wrote:

 I am in the process from migrating the MythTV box from RedHat 9 to
fedora core 3 and got the qt-3.3.4 problem. The buttons don't get
pressed using space or enter key.
I have made a workaround for this in mythwidgets.cpp file removing the
setDown() and adding an emit clicked() so the SELECT condition gets
...
if (action == "SELECT" )
{
   //setDown();
   emit pressed();
   emit clicked();
   handled = True;
}
...

I'm new to QT so don't know if this is a good way to fix this problem or
not. If so i can send a patch.
What version of Myth are you using? Wasn't this already fixed (in both 0.18-fixes and CVS)?

http://www.gossamer-threads.com/lists/mythtv/commits/132210#132210

Mike
_______________________________________________
mythtv-dev mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev

Reply via email to