mirror of https://github.com/CGAL/cgal
add warning message
This commit is contained in:
parent
b73ce551f7
commit
788f8def91
|
|
@ -113,6 +113,9 @@ void Polyhedron_demo_orient_soup_plugin::orient()
|
|||
}
|
||||
QApplication::restoreOverrideCursor();
|
||||
}
|
||||
else{
|
||||
messages->warning(tr("This function is only applicable on polygon soups."));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue