We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b823709 commit 76074adCopy full SHA for 76074ad
src/guiChatConsole.cpp
@@ -186,8 +186,8 @@ void GUIChatConsole::draw()
186
// scale current console height to new window size
187
if (m_screensize.Y != 0)
188
m_height = m_height * screensize.Y / m_screensize.Y;
189
- m_desired_height = m_desired_height_fraction * m_screensize.Y;
190
m_screensize = screensize;
+ m_desired_height = m_desired_height_fraction * m_screensize.Y;
191
reformatConsole();
192
}
193
0 commit comments