PartDesign: Add preview TaskBox to all feature task dialogs

This commit is contained in:
Kacper Donat
2025-07-06 16:31:42 +02:00
parent 6caceacb95
commit 802af4c464
27 changed files with 242 additions and 41 deletions

View File

@@ -1132,6 +1132,7 @@ TaskDlgPipeParameters::TaskDlgPipeParameters(ViewProviderPipe* PipeView, bool ne
Content.push_back(parameter);
Content.push_back(orientation);
Content.push_back(scaling);
Content.push_back(preview);
parameter->stateHandler = stateHandler;
orientation->stateHandler = stateHandler;