Allow selecting back of base planes, miscellaneous fixes

This commit is contained in:
jrheinlaender
2013-05-09 17:25:43 +04:30
committed by Stefan Tröger
parent 0e8921c21f
commit fe2e490645
10 changed files with 54 additions and 22 deletions

View File

@@ -46,7 +46,7 @@ App::Document *ActiveAppDoc =0;
Gui::ViewProviderDocumentObject *ActiveVp =0;
// The names of the base planes. Note: The user-visible label is different from this
const char* BaseplaneNames[3] = {"BaseplaneXY", "BaseplaneYZ", "BaseplaneXZ"};
const char* BaseplaneNames[3] = {"BaseplaneXY", "BaseplaneXZ", "BaseplaneYZ"};
}