瀏覽代碼

Redraw battle log on sending chat message

Ivan Savenko 2 年之前
父節點
當前提交
c6c6d9e58e
共有 1 個文件被更改,包括 1 次插入0 次删除
  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)