I try to select call event with PopUp, I use code :
for (int i = 0; i < btnList.Count; i++)
names.Add( btnList_.target.GetType().Name+“/”+ btnList*.name);_
myTarget.mCallIndex = EditorGUILayout.Popup(myTarget.mCallIndex, names );
and the pop menu look good when it start:
but,when i select the menu at bottom, the pop position is not from the popup button:
*
how to make the popup position start on the pop button?