Row zeroHeight should default to false

This commit is contained in:
Mark Baker 2012-09-14 12:12:15 +01:00
parent 893086df31
commit 0f5b94daeb
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ class PHPExcel_Worksheet_RowDimension
*
* @var bool
*/
private $_zeroHeight = true;
private $_zeroHeight = false;
/**
* Visible?