Skip to content

Commit c94297a

Browse files
committedJun 1, 2014
fill ring: set attribute dialog to add mode (fixes #10363)
1 parent 386e2f3 commit c94297a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/app/qgsmaptoolfillring.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ void QgsMapToolFillRing::canvasReleaseEvent( QMouseEvent * e )
167167
else
168168
{
169169
QgsAttributeDialog *dialog = new QgsAttributeDialog( vlayer, ft, false, NULL, true );
170+
dialog->setIsAddDialog( true );
170171
if ( dialog->exec() )
171172
{
172173
res = vlayer->addFeature( *ft );

0 commit comments

Comments
 (0)
Please sign in to comment.