Futher work on ComboBox/Popup

This commit is contained in:
Robert Osfield
2014-05-29 15:21:42 +00:00
parent a45ba05bdd
commit 189c0b3477
2 changed files with 13 additions and 11 deletions

View File

@@ -61,7 +61,7 @@ bool Popup::handleImplementation(osgGA::EventVisitor* ev, osgGA::Event* event)
void Popup::leaveImplementation()
{
setVisible(false);
// setVisible(false);
}
void Popup::createGraphicsImplementation()