Remove unnecessary invalidation

This commit is contained in:
Dean Herbert 2019-06-13 16:38:45 +09:00
parent 4af16262e3
commit ba475ef6c8
1 changed files with 0 additions and 6 deletions

View File

@ -36,11 +36,5 @@ protected override bool OnScroll(ScrollEvent e)
return true;
}
protected override void Update()
{
base.Update();
Invalidate();
}
}
}