Mesh: PR6497 move return statement to new line
This commit is contained in:
@@ -125,7 +125,8 @@ void RemoveComponents::on_cbDeselectComp_toggled(bool on)
|
||||
void RemoveComponents::deleteSelection()
|
||||
{
|
||||
Gui::Document* doc = Gui::Application::Instance->activeDocument();
|
||||
if (!doc) return;
|
||||
if (!doc)
|
||||
return;
|
||||
// delete all selected faces
|
||||
doc->openCommand(QT_TRANSLATE_NOOP("Command", "Delete selection"));
|
||||
bool ok = meshSel.deleteSelection();
|
||||
|
||||
Reference in New Issue
Block a user