bugfix: header text disappears on page change
parent
da4b5b295e
commit
6dd3bbdb86
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue