mirror of
https://github.com/Artemis-RGB/Artemis
synced 2025-12-13 05:48:35 +00:00
Profile editor - Fixed an exception caused by leftover debug code
This commit is contained in:
parent
4fe0ea38cb
commit
3b7e226885
@ -24,8 +24,6 @@ namespace Artemis.UI.Screens.ProfileEditor.Conditions
|
|||||||
: base(dataModelConditionListPredicate, modules, profileEditorService, dataModelUIService, conditionOperatorService, settingsService)
|
: base(dataModelConditionListPredicate, modules, profileEditorService, dataModelUIService, conditionOperatorService, settingsService)
|
||||||
{
|
{
|
||||||
_dataModelUIService = dataModelUIService;
|
_dataModelUIService = dataModelUIService;
|
||||||
DataModelPathSegment dataModelPathSegment = dataModelConditionListPredicate.LeftPath.Segments.ToList()[1];
|
|
||||||
var segmentDescription = dataModelPathSegment.GetPropertyDescription();
|
|
||||||
LeftSideColor = new SolidColorBrush(Color.FromRgb(71, 108, 188));
|
LeftSideColor = new SolidColorBrush(Color.FromRgb(71, 108, 188));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user