aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/ViewModels
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2018-11-11 17:38:40 +0200
committerShlomo Hecht <shlomo@twine-s.com>2018-11-11 17:38:40 +0200
commit6eb3026ffcb3f10c832ae80b92b0936a19954750 (patch)
treee68bfc5f7b6c740a2cd4101eee12d270bfa67474 /Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/ViewModels
parent9699b74d7cf87fef466cb6606fe9e110e3b15120 (diff)
parent5bf1ead05c6bfd5d0dde843841dc11346dc54d11 (diff)
downloadTango-6eb3026ffcb3f10c832ae80b92b0936a19954750.tar.gz
Tango-6eb3026ffcb3f10c832ae80b92b0936a19954750.zip
merge
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/ViewModels')
-rw-r--r--Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/ViewModels/MainViewVM.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/ViewModels/MainViewVM.cs b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/ViewModels/MainViewVM.cs
index a0512b310..79b1f1c17 100644
--- a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/ViewModels/MainViewVM.cs
+++ b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/ViewModels/MainViewVM.cs
@@ -1972,6 +1972,7 @@ namespace Tango.MachineStudio.Developer.ViewModels
ActiveJob.Segments.Add(seg);
SelectedSegment = seg;
AddBrushStop();
+ SetSegmentBrushStopsLiquidVolumes(SelectedSegment);
ArrangeSegmentsIndices();
}
}