mirror of https://github.com/CGAL/cgal
demo bug-fix: set the menu as modified
trivial bug fix for master
This commit is contained in:
parent
af0e50f9a4
commit
69cd794cb1
|
|
@ -326,6 +326,7 @@ public:
|
|||
connect(actionExportFacetsInComplex,
|
||||
SIGNAL(triggered()),this,
|
||||
SLOT(export_facets_in_complex()));
|
||||
menu->setProperty(prop_name, true);
|
||||
}
|
||||
return menu;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue