bugfix: header text disappears on page change

pull/23/head
JuanJakobo 2020-10-22 22:11:36 +02:00
parent da4b5b295e
commit 6dd3bbdb86
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ int ListView::listClicked(int x, int y)
{
if (_page > 1)
{
FillAreaRect(_contentRect, WHITE);
FillArea(_contentRect->x,_contentRect->y+_headerHeight, _contentRect->w, _contentRect->h, WHITE);
if (_shownPage >= _page)
{