fix menus not being top-aligned
This commit is contained in:
@@ -527,7 +527,7 @@ void ScreenOptions::PositionItems()
|
||||
|
||||
if( second_end >= NumRows )
|
||||
{
|
||||
first_start = NumRows - total;
|
||||
first_start = max(0, NumRows - total);
|
||||
first_end = NumRows;
|
||||
second_start = 9999;
|
||||
second_end = 9999;
|
||||
|
||||
Reference in New Issue
Block a user