epgplus: fix shadow for scrollbar

Origin commit data
------------------
Commit: 6bb604756f
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-05-08 (Tue, 08 May 2018)

Origin message was:
------------------
- epgplus: fix shadow for scrollbar
This commit is contained in:
vanhofen
2018-05-08 23:14:36 +02:00
parent c9dd0d5336
commit cdc8b19eb5

View File

@@ -1452,7 +1452,7 @@ void EpgPlus::paint()
int total_pages = ((this->channelList->getSize() - 1) / this->maxNumberOfDisplayableEntries) + 1;
int current_page = this->selectedChannelEntry == NULL ? 0 : (this->selectedChannelEntry->index / this->maxNumberOfDisplayableEntries);
paintScrollBar(this->sliderX, this->sliderY, this->sliderWidth, this->sliderHeight, total_pages, current_page);
paintScrollBar(this->sliderX, this->sliderY, this->sliderWidth, this->sliderHeight, total_pages, current_page, CC_SHADOW_RIGHT_CORNER_ALL);
}
// -- EPG+ Menue Handler Class