Fixed dropdown scrollbar

This commit is contained in:
Sergii Pylypenko
2017-06-26 22:58:41 +03:00
parent e8eafe008b
commit 3eff380398

View File

@@ -373,6 +373,7 @@ void ShowDropDownListAt(Window *w, const DropDownList *list, int selected, int b
/* Check if the status bar is visible, as we don't want to draw over it */
int screen_bottom = GetMainViewBottom();
screen_bottom = _screen.height; /* We will draw over the status bar without a second thought on Android */
bool scroll = false;
/* Check if the dropdown will fully fit below the widget */