From cca9d858a7db91f6d73e19d588732e789dc10b4f Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sat, 16 Nov 2013 13:29:34 +0100 Subject: Fixed uninitialized item area coordinates in cSkinLCARSDisplayMenu --- skinlcars.c | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'skinlcars.c') diff --git a/skinlcars.c b/skinlcars.c index 172bc9ca..6ee24f27 100644 --- a/skinlcars.c +++ b/skinlcars.c @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: skinlcars.c 2.21.1.2 2013/11/15 15:25:11 kls Exp $ + * $Id: skinlcars.c 2.21.1.3 2013/11/16 13:28:19 kls Exp $ */ // "Star Trek: The Next Generation"(R) is a registered trademark of Paramount Pictures, @@ -837,6 +837,15 @@ cSkinLCARSDisplayMenu::cSkinLCARSDisplayMenu(void) ys03 = ys04 - Gap; ys05 = yb15; + // The item area (just to have them initialized, actual setting will be done in SetMenuCategory(): + + xi00 = 0; + xi01 = 0; + xi02 = 0; + xi03 = 1; + yi00 = 0; + yi01 = 1; + // The color buttons in submenus: xb00 = xa06; xb15 = xa07; -- cgit v1.2.3