Advertisement
svenhoefer

Untitled

Apr 8th, 2017
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.42 KB | None | 0 0
  1. diff --git a/src/gui/epgplus.cpp b/src/gui/epgplus.cpp
  2. index 7b6774b..fe7b3d2 100644
  3. --- a/src/gui/epgplus.cpp
  4. +++ b/src/gui/epgplus.cpp
  5. @@ -425,6 +425,9 @@ void EpgPlus::ChannelEntry::paint(bool isSelected, time_t _selectedTime)
  6.                 toggleColor = !toggleColor;
  7.         }
  8.  
  9. +       if (detailsLine)
  10. +               detailsLine->hide();
  11. +
  12.         // paint detailsline
  13.         if (isSelected)
  14.         {
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement