PartDesign: Implement preview for Booleans
This commit is contained in:
@@ -352,13 +352,14 @@ void TaskBooleanParameters::exitSelectionMode()
|
||||
//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
|
||||
TaskDlgBooleanParameters::TaskDlgBooleanParameters(ViewProviderBoolean* BooleanView)
|
||||
: TaskDialog()
|
||||
: TaskDlgFeatureParameters(BooleanView)
|
||||
, BooleanView(BooleanView)
|
||||
{
|
||||
assert(BooleanView);
|
||||
parameter = new TaskBooleanParameters(BooleanView);
|
||||
|
||||
Content.push_back(parameter);
|
||||
Content.push_back(preview);
|
||||
}
|
||||
|
||||
TaskDlgBooleanParameters::~TaskDlgBooleanParameters() = default;
|
||||
|
||||
Reference in New Issue
Block a user