show_parent to menu_container

works in font menu and toc menu on k3
hope on touch the same
This commit is contained in:
nicolua
2014-05-31 15:43:44 +03:00
parent 09d6005bb3
commit 077b1bdf5a
2 changed files with 8 additions and 5 deletions

View File

@@ -121,7 +121,11 @@ function ReaderFont:onShowFontMenu()
UIManager:close(menu_container)
end
-- show menu
main_menu.show_parent = menu_container
UIManager:show(menu_container)
return true
end