mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
EpgPlus: fix wrong shadow parameter for scrollbar
This commit is contained in:
@@ -1443,7 +1443,7 @@ void EpgPlus::paint()
|
|||||||
this->maxNumberOfDisplayableEntries,
|
this->maxNumberOfDisplayableEntries,
|
||||||
this->selectedChannelEntry == NULL ? 0 : this->selectedChannelEntry->index);
|
this->selectedChannelEntry == NULL ? 0 : this->selectedChannelEntry->index);
|
||||||
|
|
||||||
paintScrollBar(this->sliderX, this->sliderY, this->sliderWidth, this->sliderHeight, total_pages, current_page, CC_SHADOW_ON);
|
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