mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-03 10:51:05 +02:00
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:
@@ -1452,7 +1452,7 @@ void EpgPlus::paint()
|
|||||||
int total_pages = ((this->channelList->getSize() - 1) / this->maxNumberOfDisplayableEntries) + 1;
|
int total_pages = ((this->channelList->getSize() - 1) / this->maxNumberOfDisplayableEntries) + 1;
|
||||||
int current_page = this->selectedChannelEntry == NULL ? 0 : (this->selectedChannelEntry->index / this->maxNumberOfDisplayableEntries);
|
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
|
// -- EPG+ Menue Handler Class
|
||||||
|
Reference in New Issue
Block a user