13
0

canvas: invalidate scrollgroup, request redraw after scrolling

This commit is contained in:
Robin Gareus 2023-02-01 02:55:08 +01:00
parent df3b8efbb9
commit b7ac434584

View File

@ -83,6 +83,7 @@ ScrollGroup::scroll_to (Duple const& d)
if (_scroll_sensitivity & ScrollsVertically) { if (_scroll_sensitivity & ScrollsVertically) {
_scroll_offset.y = d.y; _scroll_offset.y = d.y;
} }
_canvas->item_visual_property_changed (this);
} }
bool bool