gui/channellist.cpp: reuse code as updateSelection()

This commit is contained in:
[CST] Focus
2012-04-04 18:34:51 +04:00
parent 5754baebe5
commit 3d5d834f3c
2 changed files with 43 additions and 65 deletions

View File

@@ -89,6 +89,7 @@ private:
void clearItem2DetailsLine ();
void paintItem2DetailsLine (int pos, int ch_index);
void paintItem(int pos);
bool updateSelection(int newpos);
void paint();
void paintHead();
void paintButtonBar(bool is_current);