Move SoDatumLabel from Sketcher to Core so that it can be reused anywhere.

This commit is contained in:
Paddle
2023-04-07 10:06:01 +02:00
parent 9ad3f94265
commit 271e3bec4a
7 changed files with 13 additions and 12 deletions

View File

@@ -69,6 +69,7 @@
#include "SoMouseWheelEvent.h"
#include "SoNavigationDragger.h"
#include "SoTextLabel.h"
#include "SoDatumLabel.h"
#include "Inventor/MarkerBitmaps.h"
#include "Inventor/SmSwitchboard.h"
#include "Inventor/SoAutoZoomTranslation.h"
@@ -124,6 +125,7 @@ void Gui::SoFCDB::init()
SoVRMLAction ::initClass();
SoSkipBoundingGroup ::initClass();
SoTextLabel ::initClass();
SoDatumLabel ::initClass();
SoColorBarLabel ::initClass();
SoStringLabel ::initClass();
SoFrameLabel ::initClass();