Skip to content

Commit

Permalink
update GEO
Browse files Browse the repository at this point in the history
  • Loading branch information
ftomei committed Dec 2, 2024
1 parent fef2b7a commit 8807716
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bin/CRITERIAGEO/dialogSelectField.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,15 @@ DialogSelectField::DialogSelectField(Crit3DShapeHandler* shapeHandler, QString f
QList<QString> fields;

if (dialogType == RASTERIZE || dialogType == RASTERIZE_WITHBASE)
{
fields << "Shape ID";
}

if (dialogType == SHAPESTYLE)
{
fields << "Edges only";
}


for (int i = 0; i < shapeHandler->getFieldNumbers(); i++)
{
Expand Down

0 comments on commit 8807716

Please sign in to comment.