Skip to content

Commit 01c264f

Browse files
Charles PIGNEROLmpoudot
authored andcommitted
Fix : group field in Surface Creation panel not updating after command execution as per other commands behavior.
1 parent 5b39715 commit 01c264f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/QtComponents/QtGeomSurfaceCreationAction.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,8 +289,8 @@ void QtGeomSurfaceCreationPanel::operationCompleted ( )
289289

290290
// Actualisation des groupes : certains peuvent être créés, d'autres
291291
// détruits (ex : "Hors Groupes 3D" :
292-
if (0 != _namePanel)
293-
_namePanel->autoUpdate ( );
292+
// if (0 != _namePanel)
293+
// _namePanel->autoUpdate ( );
294294
} // QtGeomSurfaceCreationPanel::operationCompleted
295295

296296

0 commit comments

Comments
 (0)