From: Bellai Ádám Date: Mon, 16 Oct 2017 14:19:31 +0000 (+0000) Subject: git-tfs-id: [http://tfs.userrendszerhaz.hu:8080/tfs/DefaultCollection]$/MediaCube... X-Git-Url: http://git.useribm.hu/?a=commitdiff_plain;h=22230650cecbd188b5525872005855ea5d66d41f;p=mediacube.git git-tfs-id: [tfs.userrendszerhaz.hu:8080/tfs/DefaultCollection]$/MediaCube;C30628 --- diff --git a/client/Maestro/MaestroForm.cs b/client/Maestro/MaestroForm.cs index 1b30c2a2..fa2fe3b7 100644 --- a/client/Maestro/MaestroForm.cs +++ b/client/Maestro/MaestroForm.cs @@ -266,8 +266,8 @@ namespace Maestro { public void ReportError(DateTime time, String level, String message, Color color) { systemMessageBindingSource.Insert(0, new SystemMessage() { Time = time, message = message, Level = level }); - //UpdateDataChanged(); newMSGColor = color; + tabControl2.SelectedIndex = 1; } private void UpdateDataChanged() {