gui/bouquetlist: fix edf9ea5 and e7b27fc

Origin commit data
------------------
Branch: ni/coolstream
Commit: 4d0eea3b23
Author: martii <m4rtii@gmx.de>
Date: 2013-12-09 (Mon, 09 Dec 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
martii
2013-12-09 04:34:20 +01:00
committed by vanhofen
parent e7b27fcbba
commit 164b3b5088
2 changed files with 2 additions and 0 deletions

View File

@@ -600,6 +600,7 @@ void CBouquetList::paint()
int lastnum = liststart + listmaxshow;
int bsize = Bouquets.empty() ? 1 : Bouquets.size();
numwidth = 0;
int maxDigitWidth = g_Font[SNeutrinoSettings::FONT_TYPE_CHANNELLIST_NUMBER]->getMaxDigitWidth();
int _lastnum = lastnum;
while (_lastnum) {