[Fix] Full refresh when showing ImageViewer

pull/3288/head
poire-z 7 years ago committed by Frans de Jonge
parent 1a97b4289c
commit 1f038055d3

@ -282,7 +282,7 @@ end
function ImageViewer:onShow()
UIManager:setDirty(self, function()
return "ui", self.main_frame.dimen
return "full", self.main_frame.dimen
end)
return true
end

Loading…
Cancel
Save