Fix some menu API oddities.

This commit is contained in:
David Anderson 2014-07-05 14:34:32 -07:00
parent e5b1b630bb
commit f18a83e03e

View File

@ -594,12 +594,10 @@ methodmap Menu < Handle {
return IsVoteInProgress(this); return IsVoteInProgress(this);
} }
} }
property int SelectionPosition {
public void CancelVote() { public get() {
CancelVote(); return GetMenuSelectionPosition();
} }
public int GetSelectionPosition() {
return GetMenuSelectionPosition();
} }
}; };