Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- diff --git a/src/gui/epgplus.cpp b/src/gui/epgplus.cpp
- index 7b6774b..fe7b3d2 100644
- --- a/src/gui/epgplus.cpp
- +++ b/src/gui/epgplus.cpp
- @@ -425,6 +425,9 @@ void EpgPlus::ChannelEntry::paint(bool isSelected, time_t _selectedTime)
- toggleColor = !toggleColor;
- }
- + if (detailsLine)
- + detailsLine->hide();
- +
- // paint detailsline
- if (isSelected)
- {
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement