throw away Menu::GetPosition() as Menu::Choice() does the same
oh cool, I forgot that such function already exists under different name ~~
This commit is contained in:
@@ -306,7 +306,7 @@ void PlaylistEditor::MouseButtonPressed(MEVENT me)
|
||||
Content->Goto(me.y);
|
||||
if (me.bstate & BUTTON1_PRESSED)
|
||||
{
|
||||
size_t pos = Content->GetPosition();
|
||||
size_t pos = Content->Choice();
|
||||
SpacePressed();
|
||||
if (pos < Content->Size()-1)
|
||||
Content->Scroll(wUp);
|
||||
|
||||
Reference in New Issue
Block a user