Skip to content

Commit

Permalink
Indent with spaces instead of tabs
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0_7-candidate@3458 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
stevehalasz committed May 25, 2005
1 parent ca76952 commit 1f8cbf0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions qgis/src/qgsrasterlayerproperties.cpp
Expand Up @@ -373,15 +373,15 @@ void QgsRasterLayerProperties::apply()
}

}

rasterLayer->setLayerName(leDisplayName->text());
rasterLayer->setLayerName(leDisplayName->text());
//update the legend pixmap
pixmapLegend->setPixmap(rasterLayer->getLegendQPixmap());
pixmapLegend->setScaledContents(true);
pixmapLegend->repaint(false);
rasterLayer->updateItemPixmap();
//see if the user would like debug overlays
if (cboxShowDebugInfo->isChecked()
== true)
Expand Down

0 comments on commit 1f8cbf0

Please sign in to comment.