mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
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:
parent
360546bcc2
commit
7b598fb71a
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user