infoicons: don't hide already hidden icons; ...

this fixes wholes in radiotext gui


Origin commit data
------------------
Branch: ni/coolstream
Commit: 28fad37230
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-11-30 (Thu, 30 Nov 2017)

Origin message was:
------------------
- infoicons: don't hide already hidden icons; ...

this fixes wholes in radiotext gui


------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2017-11-30 23:22:53 +01:00
parent 2880266420
commit 7fd6d3ae25
2 changed files with 8 additions and 2 deletions

View File

@@ -48,7 +48,7 @@ class CInfoIcons
pthread_t thrTimer;
int x, y, width, height, offset;
int start_i, m_entries, popup;
bool status;
bool status, is_painted;
static void CleanUpProc(void* arg);
static void* TimerProc(void *arg);