This commit is contained in:
2012-08-15 13:55:46 +00:00
parent 9ca49944e3
commit 8a86124826
3 changed files with 8 additions and 4 deletions

View File

@@ -286,8 +286,7 @@ namespace Volian.Print.Library
{
get
{
if (_MaxRNO == 0) _MaxRNO = _MySection.ColumnMode;
return _MaxRNO;
return _MySection.ColumnMode;
}
}
private int _CurrentPageOf = 0;