We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fcaf9f commit 3181062Copy full SHA for 3181062
1 file changed
src/guiChatConsole.cpp
@@ -213,6 +213,7 @@ void GUIChatConsole::reformatConsole()
213
s32 rows = m_desired_height / m_fontsize.Y - 1; // make room for the input prompt
214
if (cols <= 0 || rows <= 0)
215
cols = rows = 0;
216
+ recalculateConsolePosition();
217
m_chat_backend->reformat(cols, rows);
218
}
219
0 commit comments