Gui flackert jetzt beim neu zeichnen nicht mehr

This commit is contained in:
2014-05-08 01:00:42 +02:00
parent 238ea02bb9
commit b0d3e59a75
2 changed files with 3 additions and 6 deletions

View File

@@ -74,7 +74,6 @@ namespace WorldOfPeacecraft
ChatPanel.Location = new Point (MapPanel.Width, 0);
ChatPanel.Size = new Size (ChatWidth, MapPanel.Height);
this.ResumeLayout();
this.PerformLayout();
ChatPanel.UpdateData ();
this.Refresh();
}));