Commit 6351e4d8 authored by Sergey Luzyanin's avatar Sergey Luzyanin

initialize posX, posY

parent 597af244
...@@ -4290,7 +4290,8 @@ function CCatAx() ...@@ -4290,7 +4290,8 @@ function CCatAx()
this.txPr = null; this.txPr = null;
this.parent = null; this.parent = null;
this.posX = null;
this.posY = null;
this.Id = g_oIdCounter.Get_NewId(); this.Id = g_oIdCounter.Get_NewId();
g_oTableId.Add(this, this.Id); g_oTableId.Add(this, this.Id);
...@@ -5647,6 +5648,8 @@ function CDateAx() ...@@ -5647,6 +5648,8 @@ function CDateAx()
this.txPr = null; this.txPr = null;
this.parent = null; this.parent = null;
this.posX = null;
this.posY = null;
this.Id = g_oIdCounter.Get_NewId(); this.Id = g_oIdCounter.Get_NewId();
g_oTableId.Add(this, this.Id); g_oTableId.Add(this, this.Id);
...@@ -6794,6 +6797,8 @@ function CSerAx() ...@@ -6794,6 +6797,8 @@ function CSerAx()
this.txPr = null; this.txPr = null;
this.parent = null; this.parent = null;
this.posX = null;
this.posY = null;
this.Id = g_oIdCounter.Get_NewId(); this.Id = g_oIdCounter.Get_NewId();
g_oTableId.Add(this, this.Id); g_oTableId.Add(this, this.Id);
...@@ -7722,6 +7727,8 @@ function CValAx() ...@@ -7722,6 +7727,8 @@ function CValAx()
this.txPr = null; this.txPr = null;
this.parent = null; this.parent = null;
this.posX = null;
this.posY = null;
this.Id = g_oIdCounter.Get_NewId(); this.Id = g_oIdCounter.Get_NewId();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment