Skip to content

Commit

Permalink
OSD: Fix missing back actions in dialog menus
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-kendall committed Oct 27, 2020
1 parent a4ff6ab commit 39461b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mythtv/libs/libmythtv/osd.cpp
Expand Up @@ -979,6 +979,7 @@ void OSD::ShowDialog(const MythOSDDialogData& Data)
std::for_each(Data.m_buttons.cbegin(), Data.m_buttons.cend(),
[this](const MythOSDDialogData::MythOSDDialogButton& B) {
DialogAddButton(B.m_text, B.m_data, B.m_menu, B.m_current); });
DialogBack(Data.m_back.m_text, Data.m_back.m_data, Data.m_back.m_exit);
}

void OSD::DialogShow(const QString &Window, const QString &Text, int UpdateFor)
Expand Down

0 comments on commit 39461b2

Please sign in to comment.