+ issue #0001203: Allow User to Adjust Size of Constraint Points

This commit is contained in:
wmayer
2016-03-08 00:31:50 +01:00
parent 4672066db8
commit 4fcb93b64e
7 changed files with 330 additions and 70 deletions

View File

@@ -52,6 +52,7 @@
#include "SoNavigationDragger.h"
#include "Inventor/SoDrawingGrid.h"
#include "Inventor/SoAutoZoomTranslation.h"
#include "Inventor/MarkerBitmaps.h"
#include "propertyeditor/PropertyItem.h"
#include "NavigationStyle.h"
@@ -110,6 +111,7 @@ void Gui::SoFCDB::init()
SoRegPoint ::initClass();
SoDrawingGrid ::initClass();
SoAutoZoomTranslation ::initClass();
MarkerBitmaps ::initClass();
PropertyItem ::init();
PropertySeparatorItem ::init();