Gui: add SoColorBarLabel as workaround for a Coin3D bug

This commit is contained in:
wmayer
2022-06-07 19:42:04 +02:00
parent 80982cf87b
commit b9db257558
4 changed files with 49 additions and 2 deletions

View File

@@ -124,6 +124,7 @@ void Gui::SoFCDB::init()
SoVRMLAction ::initClass();
SoSkipBoundingGroup ::initClass();
SoTextLabel ::initClass();
SoColorBarLabel ::initClass();
SoStringLabel ::initClass();
SoFrameLabel ::initClass();
TranslateManip ::initClass();