gui/channellist.cpp: optimize channel list appear time

This commit is contained in:
[CST] Focus
2015-03-06 14:13:31 +03:00
parent 42d3ffb107
commit e846eb141e
2 changed files with 72 additions and 48 deletions

View File

@@ -135,9 +135,11 @@ private:
void paintItem2DetailsLine (int pos);
void paintItem(int pos,const bool firstpaint = false);
bool updateSelection(int newpos);
void paint();
void paintBody();
void paintHead();
void paintButtonBar(bool is_current);
void updateVfd();
void paint();
void hide();
void showChannelLogo();
void calcSize();