add missing return value
This commit is contained in:
parent
c0e850cd0d
commit
ab2cc10ac7
|
@ -140,8 +140,8 @@ bool ViewProviderPipe::onDelete(const std::vector<std::string> &s)
|
|||
// if abort command deleted the object the sketch is visible again
|
||||
if (pcSketch && Gui::Application::Instance->getViewProvider(pcSketch))
|
||||
Gui::Application::Instance->getViewProvider(pcSketch)->show();
|
||||
|
||||
return ViewProvider::onDelete(s);*/
|
||||
*/
|
||||
return ViewProvider::onDelete(s);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user