C024-039_Button_on_Applicability_Tab_to_change_all_at_same_level_for_setting_the_item_mode-2 #714

Showing only changes of commit 85bdc35342 - Show all commits

View File

@@ -286,8 +286,6 @@ namespace Volian.Controls.Library
StepConfig sc = MyItemInfo.MyConfig as StepConfig;
MasterSlave_ApplicabilityTmp = sc.MasterSlave_Applicability;
mschill marked this conversation as resolved
Review

Remove commented out code

Remove commented out code
MyEditItem = MyDisplayTabItem.MyStepTabPanel.MyStepPanel.SelectedEditItem;
ItemInfo startitm = MyItemInfo.FirstSibling;
mschill marked this conversation as resolved
Review

Is this still needed?

Is this still needed?
Review

It was needed in one solution, but no longer needed.

It was needed in one solution, but no longer needed.
while (startitm != null)
{
mschill marked this conversation as resolved
Review

Remove commented out code

Remove commented out code
@@ -386,15 +384,6 @@ namespace Volian.Controls.Library
}
}
}
private EditItem _MyEditItem;
public EditItem MyEditItem
{
get { return _MyEditItem; }
set
{
_MyEditItem = value;
}
}
private void WireCheckboxes()
{
foreach (CheckBox cb in MyCheckBoxes.Values)
mschill marked this conversation as resolved Outdated

Is this still needed?

Is this still needed?

It was needed in one solution, but no longer needed.

It was needed in one solution, but no longer needed.