[PartDesign Groove/Revolution] minor dialog improvements, addresses issue #13298

This commit is contained in:
mwganson
2024-10-20 03:16:45 +00:00
committed by wwmayer
parent 6068f4b391
commit dbc91b393c
6 changed files with 49 additions and 30 deletions

View File

@@ -49,5 +49,5 @@ void ViewProviderGroove::setupContextMenu(QMenu* menu, QObject* receiver, const
TaskDlgFeatureParameters *ViewProviderGroove::getEditDialog()
{
return new TaskDlgRevolutionParameters( this );
return new TaskDlgGrooveParameters( this );
}