Implemented Widger::Visible and Enabled usage

This commit is contained in:
Robert Osfield
2014-05-26 16:27:33 +00:00
parent b04a4813ba
commit 5d635287c0
4 changed files with 39 additions and 28 deletions

View File

@@ -16,7 +16,6 @@
#include <osgUI/Widget>
#include <osgText/Text>
#include <osg/PositionAttitudeTransform>
namespace osgUI
{
@@ -44,7 +43,7 @@ protected:
std::string _title;
osg::ref_ptr<osg::PositionAttitudeTransform> _transform;
osg::ref_ptr<osg::Group> _group;
// implementation detail
osg::ref_ptr<osgText::Text> _titleDrawable;