diff --git a/src/osgWidget/StyleManager.cpp b/src/osgWidget/StyleManager.cpp index 0aeb4c8b9..faead0fb0 100644 --- a/src/osgWidget/StyleManager.cpp +++ b/src/osgWidget/StyleManager.cpp @@ -362,6 +362,31 @@ bool StyleManager::_applyStyleToObject(osg::Object* obj, const std::string& styl style, c ); + else if(!std::string("Window").compare(c)) return _coerceAndApply( + obj, + style, + c + ); + else if(!std::string("Input").compare(c)) return _coerceAndApply( + obj, + style, + c + ); + else if(!std::string("Corner").compare(c)) return _coerceAndApply( + obj, + style, + c + ); + else if(!std::string("Border").compare(c)) return _coerceAndApply( + obj, + style, + c + ); + else if(!std::string("EmbeddedWindow").compare(c)) return _coerceAndApply( + obj, + style, + c + ); else warn()