[chronojump] JumpsProfile allow to save image without having all 5 indexes
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] JumpsProfile allow to save image without having all 5 indexes
- Date: Thu, 7 Jan 2021 18:51:31 +0000 (UTC)
commit 3b9cdf7741d1c8617f15e3b6e837206b35f8aa16
Author: Xavier de Blas <xaviblas gmail com>
Date: Thu Jan 7 19:49:28 2021 +0100
JumpsProfile allow to save image without having all 5 indexes
src/gui/app1/jumpsProfile.cs | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/src/gui/app1/jumpsProfile.cs b/src/gui/app1/jumpsProfile.cs
index 2c1662d7..4f0c2b53 100644
--- a/src/gui/app1/jumpsProfile.cs
+++ b/src/gui/app1/jumpsProfile.cs
@@ -68,7 +68,7 @@ public partial class ChronoJumpWindow
if(jumpsProfile.AllJumpsDone)
{
hbox_jumps_profile_jumps_done.Visible = false;
- button_jumps_profile_save_image.Sensitive = true;
+ //button_jumps_profile_save_image.Sensitive = true;
} else {
hbox_jumps_profile_jumps_done.Visible = true;
JumpsProfileGraph.ShowDoneJumps(jumpsProfile.JumpsDone,
@@ -78,8 +78,9 @@ public partial class ChronoJumpWindow
image_jumps_profile_abk_yes, image_jumps_profile_abk_no,
image_jumps_profile_dja_yes, image_jumps_profile_dja_no
);
- button_jumps_profile_save_image.Sensitive = false;
+ //button_jumps_profile_save_image.Sensitive = false;
}
+ button_jumps_profile_save_image.Sensitive = true; //allow to save image without
having all 5 indexes
}
JumpsProfileGraph.Do(jumpsProfile.GetIndexes(), drawingarea_jumps_profile,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]