CComponentsForm: fix position of items in added forms

Position of added items in subforms was fitted with wrong offset.
Usage of relative x/y position avoids wrong positions of items in subforms.


Origin commit data
------------------
Branch: ni/coolstream
Commit: d3d0bff7ac
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-05-29 (Wed, 29 May 2013)



------------------
This commit was generated by Migit
This commit is contained in:
2013-05-29 12:15:58 +02:00
parent 697e713291
commit a436fb93ed

View File

@@ -51,6 +51,8 @@ CComponentsForm::CComponentsForm(const int x_pos, const int y_pos, const int w,
//CComponents //CComponents
x = x_pos; x = x_pos;
y = y_pos; y = y_pos;
cc_xr = x;
cc_yr = y;
width = w; width = w;
height = h; height = h;