Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
mythuitype: emit the FinishedFading signal
  • Loading branch information
Paul Harrison committed Mar 28, 2013
1 parent 1d3959f commit 5fdf04e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mythtv/libs/libmythui/mythuitype.cpp
Expand Up @@ -435,6 +435,7 @@ void MythUIType::HandleAlphaPulse(void)
{
m_AlphaChangeMode = 0;
m_AlphaChange = 0;
emit FinishedFading();
}
}

Expand Down

0 comments on commit 5fdf04e

Please sign in to comment.