mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
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.
This commit is contained in:
parent
20312fda18
commit
8c951cae5b
2 changed files with 19 additions and 0 deletions
|
@ -77,6 +77,8 @@ public:
|
|||
|
||||
virtual bool OnEvent(const SEvent& event);
|
||||
|
||||
virtual void setVisible(bool visible);
|
||||
|
||||
private:
|
||||
void reformatConsole();
|
||||
void recalculateConsolePosition();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue