mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
CComponentsPicture: init missing vars for old dimension dimensions
This commit is contained in:
@@ -74,8 +74,8 @@ void CComponentsPicture::init( const int &x_pos, const int &y_pos, const int &w,
|
|||||||
//CComponents
|
//CComponents
|
||||||
x = x_old = x_pos;
|
x = x_old = x_pos;
|
||||||
y = y_old = y_pos;
|
y = y_old = y_pos;
|
||||||
width = dx = dxc = w;
|
width = width_old = dx = dxc = w;
|
||||||
height = dy = dyc = h;
|
height = height_old = dy = dyc = h;
|
||||||
pic_name = pic_name_old = image_name;
|
pic_name = pic_name_old = image_name;
|
||||||
shadow = shadow_mode;
|
shadow = shadow_mode;
|
||||||
shadow_w = OFFSET_SHADOW;
|
shadow_w = OFFSET_SHADOW;
|
||||||
|
Reference in New Issue
Block a user