[chronojump] RunEncoder image unsensitive on change person
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] RunEncoder image unsensitive on change person
- Date: Mon, 27 Jan 2020 17:53:48 +0000 (UTC)
commit 9728bb80d4c29ba8e8657cf3f6339fc57fb5dc26
Author: Xavier de Blas <xaviblas gmail com>
Date: Mon Jan 27 18:08:20 2020 +0100
RunEncoder image unsensitive on change person
src/gui/runEncoder.cs | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/src/gui/runEncoder.cs b/src/gui/runEncoder.cs
index f76379d8..79981328 100644
--- a/src/gui/runEncoder.cs
+++ b/src/gui/runEncoder.cs
@@ -264,6 +264,7 @@ public partial class ChronoJumpWindow
button_contacts_recalculate.Sensitive = false;
textview_contacts_signal_comment.Buffer.Text = "";
+ image_run_encoder_graph.Sensitive = false;
button_delete_last_test.Sensitive = false;
}
@@ -1206,6 +1207,7 @@ LogB.Information(" re R ");
image_run_encoder_graph = UtilGtk.OpenImageSafe(
imagePath,
image_run_encoder_graph);
+ image_run_encoder_graph.Sensitive = true;
}
private void on_menuitem_race_encoder_open_folder_activate (object o, EventArgs args)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]