Fix flickering freq/gain options views.

Was caused by invalidating ALL of the parent view, when only the overlapping views would need to be repainted.
This commit is contained in:
Jared Boone 2016-01-27 21:47:10 -08:00
parent b801366e4e
commit 275b644edd
2 changed files with 13 additions and 1 deletions

View file

@ -131,6 +131,8 @@ protected:
.highlighted = false,
.visible = false,
};
void dirty_overlapping_children_in_rect(const Rect& child_rect);
};
class View : public Widget {