mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 01:41:12 +02:00
cc_frm_icons: add miising init of vars cc_xr and cc_yr
Origin commit data
------------------
Branch: ni/coolstream
Commit: e7ba1779a1
Author: Thilo Graf <dbt@novatux.de>
Date: 2020-03-01 (Sun, 01 Mar 2020)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -57,8 +57,8 @@ void CComponentsIconForm::initVarIconForm( const int &x_pos, const int &y_pos, c
|
|||||||
cc_item_type.id = CC_ITEMTYPE_FRM_ICONFORM;
|
cc_item_type.id = CC_ITEMTYPE_FRM_ICONFORM;
|
||||||
cc_item_type.name = "cc_icon_container";
|
cc_item_type.name = "cc_icon_container";
|
||||||
|
|
||||||
x = x_pos;
|
x = cc_xr = x_pos;
|
||||||
y = y_pos;
|
y = cc_yr = y_pos;
|
||||||
width = w;
|
width = w;
|
||||||
height = h;
|
height = h;
|
||||||
v_icons = v_icon_names;
|
v_icons = v_icon_names;
|
||||||
|
Reference in New Issue
Block a user