Browse Source

Redraw battle log on sending chat message

Ivan Savenko 2 years ago
parent
commit
c6c6d9e58e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      client/battle/BattleInterfaceClasses.cpp

+ 1 - 0
client/battle/BattleInterfaceClasses.cpp

@@ -147,6 +147,7 @@ void BattleConsole::setEnteringMode(bool on)
 		CSDL_Ext::stopTextInput();
 	}
 	enteringText = on;
+	redraw();
 }
 
 void BattleConsole::setEnteredText(const std::string & text)