mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-10-05 02:48:19 +02:00
timerlist: fix compile for PC
Origin commit data
------------------
Commit: 1e91d36cdd
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-10-21 (Fri, 21 Oct 2016)
Origin message was:
------------------
- timerlist: fix compile for PC
This commit is contained in:
@@ -1247,7 +1247,7 @@ void CTimerList::paintFoot()
|
||||
if (timerlist.empty())
|
||||
::paintButtons(x, y + height - footerHeight, width, 2, &(TimerListButtons[1]), width);
|
||||
else
|
||||
::paintButtons(x, y + height - footerHeight, width, TimerListButtonsCount, TimerListButtons, width);
|
||||
::paintButtons(x, y + height - footerHeight, width, (int) TimerListButtonsCount, TimerListButtons, width);
|
||||
}
|
||||
|
||||
void CTimerList::paint()
|
||||
|
Reference in New Issue
Block a user