EpgPlus: fix wrong shadow parameter for scrollbar

Origin commit data
------------------
Commit: 579a73f91b
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-06-21 (Wed, 21 Jun 2017)
This commit is contained in:
2017-06-21 10:31:22 +02:00
parent cf6c992cad
commit 5961fcc0a7

View File

@@ -1443,7 +1443,7 @@ void EpgPlus::paint()
this->maxNumberOfDisplayableEntries,
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