make parts of interface hideable

This commit is contained in:
unknown
2008-08-07 23:05:27 +02:00
parent 12946d6bdd
commit 9d9d77f140
8 changed files with 187 additions and 93 deletions

View File

@@ -381,7 +381,7 @@ void Menu::Highlight(int which)
itsHighlight = which-1;
if (which > itsHeight)
itsBeginning = which-itsHeight/2;
itsBeginning = itsHighlight-itsHeight/2;
else
itsBeginning = 0;
}