Attacher UX enhancements

- New editor for MapMode with button to open attacher dialog
- Hide attachment properties when they are not applicable
- Disable super placement ui in attacher dialog when object is not attached
- Always select used mode in mode list
This commit is contained in:
Peter Lama
2017-09-03 22:56:21 -04:00
committed by wmayer
parent 8550967f92
commit 9187919bb8
13 changed files with 255 additions and 28 deletions

View File

@@ -295,7 +295,7 @@ TYPESYSTEM_SOURCE(App::PropertyEnumeration, App::PropertyInteger);
PropertyEnumeration::PropertyEnumeration()
{
_editorTypeName = "Gui::PropertyEditor::PropertyEnumItem";
}
PropertyEnumeration::PropertyEnumeration(const App::Enumeration &e)