Skip to content

Commit

Permalink
Fixed The alternative text expression of Label or Data item doesn't work
Browse files Browse the repository at this point in the history
inside the Table or Grid.

Force save contents to report document if alt text is set.
  • Loading branch information
azhu authored and zhiqiangqian committed Jul 22, 2014
1 parent ef03a6b commit 87cb714
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -983,6 +983,10 @@ public boolean needSave( )
{
return true;
}
if ( altText != null || altTextKey != null )
{
return true;
}
return false;
}

Expand Down

0 comments on commit 87cb714

Please sign in to comment.