[mythtv-commits] Ticket #12857: OS X - mythfrontend, mythtv-setup become unresponsive to keyboard

MythTV noreply at mythtv.org
Mon Aug 22 14:51:38 UTC 2016


#12857: OS X - mythfrontend, mythtv-setup become unresponsive to keyboard
----------------------------------+-------------------------
 Reporter:  ctreleaven@…          |          Owner:
     Type:  Bug Report - General  |         Status:  new
 Priority:  minor                 |      Milestone:  unknown
Component:  Qt5 issues            |        Version:  0.28.0
 Severity:  medium                |     Resolution:
 Keywords:                        |  Ticket locked:  0
----------------------------------+-------------------------

Comment (by ctreleaven@…):

 Turns out it is a trivial patch to libs/libmyth/mythwidgets.cpp

 Qt5 changed the focus policy for the QComboBox on OS X.  Adding


 {{{
 setFocusPolicy(Qt::WheelFocus);
 }}}

 makes it behave as it did on Qt4.

 I've added an #ifdef so this is only changed on OS X.  I think it is
 actually no-harm on other platforms but don't have a way to test.

--
Ticket URL: <https://code.mythtv.org/trac/ticket/12857#comment:2>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list