fixed bug in recordings list menu

This commit is contained in:
louis
2014-10-23 06:08:12 +02:00
parent 1809656e58
commit 69af1d531e
3 changed files with 8 additions and 6 deletions

View File

@@ -41,7 +41,7 @@ void cTemplateView::SetParameters(vector<pair<string, string> > &params) {
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);