Skip to content
Permalink
Browse files
[BUG][QGIS-Server] Project Properties WCS Layers Row Count
I have forgotten to set the row count of the WCS Layers table in the
projetc properties.
  • Loading branch information
rldhont committed Jan 10, 2014
1 parent 27713b8 commit 443a416
Showing 1 changed file with 2 additions and 0 deletions.
@@ -466,6 +466,8 @@ QgsProjectProperties::QgsProjectProperties( QgsMapCanvas* mapCanvas, QWidget *pa
j++;
}
}
twWCSLayers->setRowCount( j );
twWCSLayers->verticalHeader()->setResizeMode( QHeaderView::ResizeToContents );

// Default Styles
mStyle = QgsStyleV2::defaultStyle();

0 comments on commit 443a416

Please sign in to comment.