Skip to content

Commit

Permalink
Fix[430057]
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiaoying committed Mar 12, 2014
1 parent 01160d3 commit 4b034fe
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,11 @@ public Object getPropertyFromSelfSelector( Module module,
private Object getPropertyFromColumn( Module module, TableColumn column,
ElementPropertyDefn prop )
{
if ( prop.getName( ).equals( IStyleModel.WIDTH_PROP ) )
{
return null;
}

if ( column != null )
{
return column.getStrategy( ).getPropertyFromElement( module,
Expand Down

0 comments on commit 4b034fe

Please sign in to comment.