Ticket #10078: mythuibuttontree.diff

File mythuibuttontree.diff, 572 bytes (added by Xavier Hervy <xavier.hervy@…>, 13 years ago)
  • mythtv/libs/libmythui/mythuibuttontree.cpp

    diff --git a/mythtv/libs/libmythui/mythuibuttontree.cpp b/mythtv/libs/libmythui/mythuibuttontree.cpp
    index cec0c94..d1efd8f 100644
    a b void MythUIButtonTree::SetTreeState(bool refreshAll) 
    138138        {
    139139            m_activeList = list;
    140140            list->SetActive(true);
    141             emit itemSelected(list->GetItemCurrent());
    142141            DoSetCurrentNode(selectedNode);
     142            emit itemSelected(list->GetItemCurrent());
    143143        }
    144144
    145145        listid++;