From 1bbead8c46f3df70bc52ec0da32e47a2469553da Mon Sep 17 00:00:00 2001 From: tzim Date: Fri, 29 Nov 2013 13:18:30 +0000 Subject: [PATCH] =?UTF-8?q?Rafraichissement=20du=20patch=20rapide=20sur=20?= =?UTF-8?q?changement=20de=20l'univers=20selectionn=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DMX-2.0/EditionUnivers.cs | 1 + DMX-2.0/gtk-gui/DMX2.EditionUnivers.cs | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/DMX-2.0/EditionUnivers.cs b/DMX-2.0/EditionUnivers.cs index 4600c45..7bcb8f9 100644 --- a/DMX-2.0/EditionUnivers.cs +++ b/DMX-2.0/EditionUnivers.cs @@ -178,6 +178,7 @@ namespace DMX2 } int id = (int)(spinDimmer.Value); tvDimm.SetCursor( new TreePath( new int[1] { id - 1 }) ,null,false); + tvCircuits.QueueDraw (); } diff --git a/DMX-2.0/gtk-gui/DMX2.EditionUnivers.cs b/DMX-2.0/gtk-gui/DMX2.EditionUnivers.cs index e9d4d7b..8c92773 100644 --- a/DMX-2.0/gtk-gui/DMX2.EditionUnivers.cs +++ b/DMX-2.0/gtk-gui/DMX2.EditionUnivers.cs @@ -310,7 +310,7 @@ namespace DMX2 this.notebook1 = new global::Gtk.Notebook (); this.notebook1.CanFocus = true; this.notebook1.Name = "notebook1"; - this.notebook1.CurrentPage = 1; + this.notebook1.CurrentPage = 0; // Container child notebook1.Gtk.Notebook+NotebookChild this.GtkScrolledWindow = new global::Gtk.ScrolledWindow (); this.GtkScrolledWindow.Name = "GtkScrolledWindow";