Fix chat console not opening after formspec opened over it
authorShadowNinja <shadowninja@minetest.net>
Sat, 12 Mar 2016 16:58:02 +0000 (11:58 -0500)
committerShadowNinja <shadowninja@minetest.net>
Sat, 12 Mar 2016 17:01:40 +0000 (12:01 -0500)
commit8c951cae5bcfa715e227d47d122cc2de45d70a63
tree5d7928b7cd2c649de2c972553961659273a07191
parent20312fda18cb93b85e26d39a5b7386d7f7be9148
Fix chat console not opening after formspec opened over it

The MainMenuManager set the console invisible when a
formspec opened over it, but didn't properly close it,
and the chat console never set itself visible again.
src/guiChatConsole.cpp
src/guiChatConsole.h