forked from Mirrorlandia_minetest/minetest
Fix console resize issue when maximising game window (#6023)
This commit is contained in:
parent
cfa6216694
commit
849fe19f8c
@ -204,8 +204,8 @@ void GUIChatConsole::draw()
|
||||
// scale current console height to new window size
|
||||
if (m_screensize.Y != 0)
|
||||
m_height = m_height * screensize.Y / m_screensize.Y;
|
||||
m_desired_height = m_desired_height_fraction * m_screensize.Y;
|
||||
m_screensize = screensize;
|
||||
m_desired_height = m_desired_height_fraction * m_screensize.Y;
|
||||
reformatConsole();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user