Chat: Fixes on disconection and reconection. Fix scrolling on minimized.

This commit is contained in:
2015-05-31 17:09:43 +02:00
parent 6c98e299a8
commit 05ff5b39d0
3 changed files with 34 additions and 9 deletions

View File

@@ -150,6 +150,7 @@ namespace Scrummer.Code.Controls
sbCfg.AppendFormat(" Close: \"{0}\",\n", "Close X");
sbCfg.AppendFormat(" NewMessages: \"{0}\",\n", "New messages");
sbCfg.AppendFormat(" Disconnected: \"{0}\",\n", "Disconnected");
sbCfg.AppendFormat(" StringEmpty: \"\"\n");
sbCfg.AppendFormat(" }}\n");
sbCfg.AppendFormat("}};\n");
sbCfg.AppendFormat("RunChat({0});\n", strCfgName);