CProgressBar/CComponentsInfoBox: add missing value inits

This commit is contained in:
2017-06-15 01:01:54 +02:00
parent 0066430b77
commit 0a7f7ab5a6
2 changed files with 8 additions and 8 deletions

View File

@@ -51,10 +51,10 @@ CComponentsInfoBox::CComponentsInfoBox( const int& x_pos,
{
cc_item_type = CC_ITEMTYPE_TEXT_INFOBOX;
x = x_pos;
y = y_pos;
width = w;
height = h;
x = x_old = x_pos;
y = y_old = y_pos;
width = width_old = w;
height = height_old = h;
shadow = shadow_mode;
col_frame = color_frame;
cc_enable_frame = true;