Commit 4d7d067c authored by Ilya Kirillov's avatar Ilya Kirillov

Fix last commit.

parent e6580828
...@@ -1207,7 +1207,7 @@ function CSectionColumns(SectPr) ...@@ -1207,7 +1207,7 @@ function CSectionColumns(SectPr)
this.SectPr = SectPr; this.SectPr = SectPr;
this.EqualWidth = true; this.EqualWidth = true;
this.Num = 1; this.Num = 1;
this.Sep = true; this.Sep = false;
this.Space = 30; this.Space = 30;
this.Cols = []; this.Cols = [];
......
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