Commit 66c0291b authored by Oleg Korshul's avatar Oleg Korshul

bug with start page of ContentControl

parent a39940f5
......@@ -76,7 +76,7 @@ CContentControlTrack.prototype.getPage = function()
{
if (this.rects)
return this.rects[0].Page;
if (this.path)
if (this.paths)
return this.paths[0].Page;
return 0;
};
......
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