File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
itext/itext.layout/itext/layout/renderer Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1235,9 +1235,9 @@ protected internal virtual float[] CalculateShiftToPositionBBoxOfPointsAt(float
12351235 }
12361236
12371237 protected internal virtual void OverrideHeightProperties ( ) {
1238- float ? height = this . GetPropertyAsFloat < float > ( Property . HEIGHT ) ;
1239- float ? maxHeight = this . GetPropertyAsFloat < float > ( Property . MAX_HEIGHT ) ;
1240- float ? minHeight = this . GetPropertyAsFloat < float > ( Property . MIN_HEIGHT ) ;
1238+ float ? height = GetPropertyAsFloat ( Property . HEIGHT ) ;
1239+ float ? maxHeight = GetPropertyAsFloat ( Property . MAX_HEIGHT ) ;
1240+ float ? minHeight = GetPropertyAsFloat ( Property . MIN_HEIGHT ) ;
12411241 if ( null != height ) {
12421242 if ( null == maxHeight || height < maxHeight ) {
12431243 maxHeight = height ;
Original file line number Diff line number Diff line change 1- 5e856ac1b585172d0db6344ddb82c05635ce620e
1+ 4193350cb976df3b434e844e58d6d14513b8cb9c
You can’t perform that action at this time.
0 commit comments