Add missing update to intersection box

Make sure that default values set in the Rim-object is propagated to UI
This commit is contained in:
Magne Sjaastad 2023-06-02 16:29:21 +02:00
parent 308c697feb
commit 576156763a

View File

@ -59,6 +59,7 @@ void RicAppendIntersectionBoxFeature::onActionTriggered( bool isChecked )
coll->appendIntersectionBoxAndUpdate( intersectionBox );
intersectionBox->setToDefaultSizeBox();
intersectionBox->updateConnectedEditors();
coll->updateConnectedEditors();
Riu3DMainWindowTools::selectAsCurrentItem( intersectionBox );