[TechDraw] Use inherited unsetEdit
Remove uneeded redefinitions of inherited functions
This commit is contained in:
committed by
WandererFan
parent
23966513c7
commit
fda3fd731f
@@ -135,16 +135,6 @@ bool ViewProviderDimension::setEdit(int ModNum)
|
||||
return true;
|
||||
}
|
||||
|
||||
void ViewProviderDimension::unsetEdit(int ModNum)
|
||||
{
|
||||
if (ModNum == ViewProvider::Default) {
|
||||
Gui::Control().closeDialog();
|
||||
}
|
||||
else {
|
||||
ViewProviderDrawingView::unsetEdit(ModNum);
|
||||
}
|
||||
}
|
||||
|
||||
void ViewProviderDimension::updateData(const App::Property* p)
|
||||
{
|
||||
if (p == &(getViewObject()->Type)) {
|
||||
|
||||
Reference in New Issue
Block a user