readermenu: move book status to info tab & minor cleanup

This commit is contained in:
Qingping Hou
2016-03-06 21:52:53 -08:00
parent a99ab5a976
commit 34e0238b6f
4 changed files with 16 additions and 21 deletions

View File

@@ -100,7 +100,7 @@ function InputText:initTextBox(text)
text_widget,
}
self.dimen = self[1]:getSize()
-- FIXME: self.parent is not always in the widget statck (BookStatusWidget)
UIManager:setDirty(self.parent, function()
return "ui", self[1].dimen
end)