2D Toolkit Forum

2D Toolkit => Support => Topic started by: mythgarr on August 03, 2013, 09:01:05 pm

Title: DropDownMenu beginning expanded
Post by: mythgarr on August 03, 2013, 09:01:05 pm
For some reason one of my DropDownMenus is starting out expanded. The only way to get it to collapse seems to be to click on the header - selecting one of the items doesn't work. Any ideas?
Title: Re: DropDownMenu beginning expanded
Post by: unikronsoftware on August 03, 2013, 09:04:06 pm
Is DropDownItemTemplate enabled? The gameobject should be disabled.
Title: Re: DropDownMenu beginning expanded
Post by: mythgarr on August 04, 2013, 01:35:02 am
I was using a prefab (not a gameObject placed in the scene) - disabling it seems to have fixed the issue. Thanks!