fixed painting of background color for points in shapefilelayer

git-svn-id: http://svn.osgeo.org/qgis/trunk@230 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
mhugent 2003-06-24 06:52:30 +00:00
parent 360546bcc2
commit 7b598fb71a

View File

@ -151,7 +151,7 @@ QString fld;
QString val;
switch (wkbType) {
case WKBPoint:
p->setBrush(*brush);
// fldDef = fet->GetFieldDefnRef(1);
// fld = fldDef->GetNameRef();
val = fet->GetFieldAsString(1);