mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 15:58:31 +00:00
fixed bug in recordings list menu
This commit is contained in:
@@ -41,7 +41,7 @@ void cTemplateView::SetParameters(vector<pair<string, string> > ¶ms) {
|
||||
parameters->SetParameters(params);
|
||||
}
|
||||
|
||||
void cTemplateView::SetContainer(int x, int y, int width, int height) {
|
||||
void cTemplateView::SetContainer(int x, int y, int width, int height) {
|
||||
containerX = x;
|
||||
containerY = y;
|
||||
containerWidth = width;
|
||||
@@ -341,7 +341,7 @@ void cTemplateView::PreCache(bool isSubview) {
|
||||
}
|
||||
//Calculate OSD Size
|
||||
parameters->CalculateParameters();
|
||||
|
||||
|
||||
int osdX = parameters->GetNumericParameter(ptX);
|
||||
int osdY = parameters->GetNumericParameter(ptY);
|
||||
int osdWidth = parameters->GetNumericParameter(ptWidth);
|
||||
|
||||
Reference in New Issue
Block a user