canvas: invalidate scrollgroup, request redraw after scrolling
This commit is contained in:
parent
df3b8efbb9
commit
b7ac434584
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user