Make ScrollTextWidget updates regional

Because I like breaking stuff in fun & interesting ways :D
pull/1145/head
NiLuJe 10 years ago
parent eef26a0e94
commit 1ee09010c4

@ -77,6 +77,9 @@ function ScrollTextWidget:onScrollText(arg, ges)
self.text_widget:scrollUp()
self:updateScrollBar(self.text_widget)
end
UIManager.update_regions_func = function()
return {self.dimen}
end
UIManager:setDirty(self.dialog, "partial")
end

Loading…
Cancel
Save