Merge pull request #11633 from mwganson/partmirroring
[Part::Mirror] fix bug where selection gate was not getting removed o…
This commit is contained in:
@@ -370,4 +370,9 @@ bool TaskMirroring::accept()
|
||||
return widget->accept();
|
||||
}
|
||||
|
||||
bool TaskMirroring::reject()
|
||||
{
|
||||
return widget->reject();
|
||||
}
|
||||
|
||||
#include "moc_Mirroring.cpp"
|
||||
|
||||
@@ -67,6 +67,7 @@ public:
|
||||
|
||||
public:
|
||||
bool accept() override;
|
||||
bool reject() override;
|
||||
|
||||
QDialogButtonBox::StandardButtons getStandardButtons() const override
|
||||
{ return QDialogButtonBox::Ok | QDialogButtonBox::Cancel; }
|
||||
|
||||
Reference in New Issue
Block a user