Adjust positions after element update
This commit is contained in:
parent
df3810cce7
commit
c084dc55aa
@ -71,10 +71,8 @@ function Children:with(elementType)
|
||||
|
||||
function elementType:setDirty(fullInvalidate)
|
||||
Element.setDirty(self, fullInvalidate)
|
||||
if fullInvalidate then
|
||||
for _,child in self:_iterateChildren() do
|
||||
child:setDirty(fullInvalidate)
|
||||
end
|
||||
for _,child in self:_iterateChildren() do
|
||||
child:setDirty(fullInvalidate)
|
||||
end
|
||||
end
|
||||
|
||||
|
@ -570,7 +570,7 @@ local PAGES = {
|
||||
dataAvailableText:setText(availableText)
|
||||
requestCapProgress:setProgress(pageState.request / group:getItemCount())
|
||||
|
||||
stuffContainer:setDirty(true)
|
||||
stuffContainer:adjustPositions()
|
||||
end
|
||||
|
||||
local function bindRequestButton(increment)
|
||||
|
Loading…
x
Reference in New Issue
Block a user