demo bug-fix: set the menu as modified

trivial bug fix for master
This commit is contained in:
Sébastien Loriot 2015-03-03 17:59:32 +01:00
parent af0e50f9a4
commit 69cd794cb1
1 changed files with 1 additions and 0 deletions

View File

@ -326,6 +326,7 @@ public:
connect(actionExportFacetsInComplex,
SIGNAL(triggered()),this,
SLOT(export_facets_in_complex()));
menu->setProperty(prop_name, true);
}
return menu;
}