aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.BL
diff options
context:
space:
mode:
authorRoy <Roy.mail.net@gmail.com>2022-11-24 10:55:24 +0200
committerRoy <Roy.mail.net@gmail.com>2022-11-24 10:55:24 +0200
commitfbd89edca2790b5c6a17927be8efa1c796f51dc0 (patch)
treeb1ba512b252fb3e117f42af766b943bd8698ba72 /Software/Visual_Studio/Tango.BL
parent02a189cb0e6feb3e70921726f2004b33f19c962e (diff)
downloadTango-fbd89edca2790b5c6a17927be8efa1c796f51dc0.tar.gz
Tango-fbd89edca2790b5c6a17927be8efa1c796f51dc0.zip
Working on final RSM bug fixes.
Diffstat (limited to 'Software/Visual_Studio/Tango.BL')
-rw-r--r--Software/Visual_Studio/Tango.BL/Enumerations/Roles.cs2
-rw-r--r--Software/Visual_Studio/Tango.BL/Helpers/SegmentsCsvHelper.cs1
2 files changed, 2 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Tango.BL/Enumerations/Roles.cs b/Software/Visual_Studio/Tango.BL/Enumerations/Roles.cs
index fce40584c..0ff25123a 100644
--- a/Software/Visual_Studio/Tango.BL/Enumerations/Roles.cs
+++ b/Software/Visual_Studio/Tango.BL/Enumerations/Roles.cs
@@ -155,7 +155,7 @@ namespace Tango.BL.Enumerations
/// (Twine RSM User)
/// </summary>
[Description("Twine RSM User")]
- TwineRSMUser = 2000,
+ FSETwineRSMUser = 2000,
/// <summary>
/// (Twine Procedure Designer)
diff --git a/Software/Visual_Studio/Tango.BL/Helpers/SegmentsCsvHelper.cs b/Software/Visual_Studio/Tango.BL/Helpers/SegmentsCsvHelper.cs
index 3b0726005..704e005fe 100644
--- a/Software/Visual_Studio/Tango.BL/Helpers/SegmentsCsvHelper.cs
+++ b/Software/Visual_Studio/Tango.BL/Helpers/SegmentsCsvHelper.cs
@@ -385,6 +385,7 @@ namespace Tango.BL.Helpers
stop2.ColorCatalog = catalog2;
stop2.ColorCatalogsItem = item2;
stop2.Color = item2.Color;
+ stop2.OffsetPercent = 100;
segment.BrushStops.Add(stop2);
stop2.Segment = segment;
}