~berthold-daum/zora/trunk

« back to all changes in this revision

Viewing changes to com.bdaum.zoom.ui/src/com/bdaum/zoom/ui/internal/operations/WebGalleryPropertiesOperation.java

  • Committer: bdaum
  • Date: 2015-12-26 10:21:51 UTC
  • Revision ID: berthold.daum@bdaum.de-20151226102151-44f1j5113167thb9
VersionĀ 2.4.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
132
132
                                show.getApplySharpening(), show.getRadius(), show.getAmount(),
133
133
                                show.getThreshold(), show.getHeadHtml(), show.getTopHtml(),
134
134
                                show.getFooterHtml(), show.getJpegQuality(),
135
 
                                show.getScalingMethod(), show.getLastAccessDate());
 
135
                                show.getScalingMethod(), show.getLastAccessDate(), show.getPerspective());
136
136
        }
137
137
 
138
138
}