File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -192,6 +192,9 @@ class QgsComposerHtml: QgsComposerMultiFrame
192192 */
193193 void loadHtml();
194194
195+ /**Recalculates the frame sizes for the current viewport dimensions*/
196+ void recalculateFrameSizes();
197+
195198 void refreshExpressionContext();
196199
197200 virtual void refreshDataDefinedProperty( const QgsComposerObject::DataDefinedProperty property = QgsComposerObject::AllProperties );
Original file line number Diff line number Diff line change @@ -214,6 +214,8 @@ class CORE_EXPORT QgsComposerHtml: public QgsComposerMultiFrame
214214 * @see url
215215 */
216216 void loadHtml ();
217+
218+ /* *Recalculates the frame sizes for the current viewport dimensions*/
217219 void recalculateFrameSizes ();
218220 void refreshExpressionContext ();
219221
You can’t perform that action at this time.
0 commit comments