[TechDraw] Use inherited unsetEdit
Remove uneeded redefinitions of inherited functions
This commit is contained in:
committed by
WandererFan
parent
23966513c7
commit
fda3fd731f
@@ -103,16 +103,6 @@ bool ViewProviderBalloon::setEdit(int ModNum)
|
||||
return true;
|
||||
}
|
||||
|
||||
void ViewProviderBalloon::unsetEdit(int ModNum)
|
||||
{
|
||||
if (ModNum == ViewProvider::Default) {
|
||||
Gui::Control().closeDialog();
|
||||
}
|
||||
else {
|
||||
ViewProviderDrawingView::unsetEdit(ModNum);
|
||||
}
|
||||
}
|
||||
|
||||
void ViewProviderBalloon::updateData(const App::Property* p)
|
||||
{
|
||||
//Balloon handles X,Y updates differently that other QGIView
|
||||
|
||||
Reference in New Issue
Block a user