Skip to content

Commit c7d6f41

Browse files
committedOct 22, 2014
Fix #11074 (raster save as broken)
Now the rows/cols edit boxes are prepopulated when the dialog is created which solves the problem
1 parent 037138f commit c7d6f41

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎src/gui/qgsrasterlayersaveasdialog.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,8 @@ QgsRasterLayerSaveAsDialog::QgsRasterLayerSaveAsDialog( QgsRasterLayer* rasterLa
136136
mExtentGroupBox->setCurrentExtent( mCurrentExtent, mCurrentCrs );
137137
mExtentGroupBox->setOutputExtentFromOriginal();
138138
connect( mExtentGroupBox, SIGNAL( extentChanged( QgsRectangle ) ), this, SLOT( extentChanged() ) );
139+
140+
recalcResolutionSize();
139141
}
140142

141143
void QgsRasterLayerSaveAsDialog::setValidators()

0 commit comments

Comments
 (0)
Please sign in to comment.