[mythtv-commits] mythtv commit: r15576 by stuartm

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Fri Jan 25 00:08:52 UTC 2008


      Author: stuartm
        Date: 2008-01-25 00:08:52 +0000 (Fri, 25 Jan 2008)
New Revision: 15576
   Changeset: http://cvs.mythtv.org/trac/changeset/15576

Modified:

   trunk/mythtv/libs/libmythui/mythscreentype.cpp

Log:

Fix focuslist iteration in MythScreenType::NextPrevWidgetFocus().

It was broken because QPtrListIterator is not a typical iterator, it
doesn't change the list iterator so we would always start iterating
from the beginning of the list. This broke reverse iteration to find
the previous focusable widget.






More information about the mythtv-commits mailing list