- colors: add COL_SCROLLBAR_ACTIVE wrapper

This commit is contained in:
vanhofen
2016-10-10 14:19:54 +02:00
committed by svenhoefer
parent abd3f97e9d
commit 7e7d4e5fc1
24 changed files with 32 additions and 24 deletions

View File

@@ -1243,7 +1243,7 @@ void EpgPlus::paint()
int sliderKnobPosition = this->selectedChannelEntry == NULL ? 0 : (this->selectedChannelEntry->index / this->maxNumberOfDisplayableEntries);
this->frameBuffer->paintBoxRel (this->sliderX + 2, this->sliderY + (int(sliderKnobPosition * sliderKnobHeight))
, this->sliderWidth - 4, int (sliderKnobHeight) , COL_MENUCONTENT_PLUS_3);
, this->sliderWidth - 4, int (sliderKnobHeight) , COL_SCROLLBAR_ACTIVE_PLUS_0);
}
// -- EPG+ Menue Handler Class