aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Modules/Tango.PPC.Jobs/ViewModels/JobViewVM.cs
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-07-09 15:27:55 +0300
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-07-09 15:27:55 +0300
commit4147c287ad90a05eae551d4ccfdccc707bebd86f (patch)
tree24acd52ab1240dc34b04db280b9c7439c760231a /Software/Visual_Studio/PPC/Modules/Tango.PPC.Jobs/ViewModels/JobViewVM.cs
parentca96477441518c8300474a317e34cb5e7e1550fc (diff)
downloadTango-4147c287ad90a05eae551d4ccfdccc707bebd86f.tar.gz
Tango-4147c287ad90a05eae551d4ccfdccc707bebd86f.zip
Refactored job progress handling !!!
Diffstat (limited to 'Software/Visual_Studio/PPC/Modules/Tango.PPC.Jobs/ViewModels/JobViewVM.cs')
-rw-r--r--Software/Visual_Studio/PPC/Modules/Tango.PPC.Jobs/ViewModels/JobViewVM.cs12
1 files changed, 0 insertions, 12 deletions
diff --git a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Jobs/ViewModels/JobViewVM.cs b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Jobs/ViewModels/JobViewVM.cs
index 849869013..6b25d323f 100644
--- a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Jobs/ViewModels/JobViewVM.cs
+++ b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Jobs/ViewModels/JobViewVM.cs
@@ -348,18 +348,6 @@ namespace Tango.PPC.Jobs.ViewModels
InvalidBrushStop = brushStop,
Suggestions = TangoColorConverter.CreateHiveSuggestions(conversionOutput),
});
-
- if (vm.Result == BasicColorCorrectionViewVM.ColorCorrectionDialogResult.MoreOptions)
- {
- _can_navigate_back = true;
- var catalogItem = await NavigationManager.NavigateForResult<JobsModule, TwineCatalogColorCorrectionView, CatalogItem, BrushStop>(brushStop);
- _can_navigate_back = false;
-
- if (catalogItem != null)
- {
- brushStop.Color = catalogItem.Color;
- }
- }
}
if (vm.Result == BasicColorCorrectionViewVM.ColorCorrectionDialogResult.Confirmed)