Added initializer

This commit is contained in:
Robert Osfield
2016-06-24 10:06:31 +01:00
parent 92baebe6c7
commit bde5776a47

View File

@@ -29,7 +29,8 @@ ComboBox::ComboBox():
ComboBox::ComboBox(const osgUI::ComboBox& combobox, const osg::CopyOp& copyop):
Widget(combobox, copyop),
_items(combobox._items)
_items(combobox._items),
_currentIndex(combobox._currentIndex)
{
}