mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-03 19:01:13 +02:00
CProgressBar: remove comment
Origin commit data
------------------
Branch: ni/coolstream
Commit: eee3b5d78e
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-08-28 (Wed, 28 Aug 2013)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -252,7 +252,7 @@ void CProgressBar::paintAdvanced()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
for(i = maxi; i < total; i++) {
|
for(i = maxi; i < total; i++) {
|
||||||
for (j = 0; j < hcnt; j++) {//TODO: use shape cc-item
|
for (j = 0; j < hcnt; j++) {
|
||||||
int sh_x = pb_x + i * itemw;
|
int sh_x = pb_x + i * itemw;
|
||||||
int sh_y = py + j * itemh;
|
int sh_y = py + j * itemh;
|
||||||
paintShapes(sh_x, sh_y, pointx, pointy, pb_passive_col); //fill passive
|
paintShapes(sh_x, sh_y, pointx, pointy, pb_passive_col); //fill passive
|
||||||
@@ -288,5 +288,6 @@ void CProgressBar::paintProgress(bool do_save_bg)
|
|||||||
|
|
||||||
void CProgressBar::paint(bool do_save_bg)
|
void CProgressBar::paint(bool do_save_bg)
|
||||||
{
|
{
|
||||||
|
|
||||||
paintProgress(do_save_bg);
|
paintProgress(do_save_bg);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user