C024-039_Button_on_Applicability_Tab_to_change_all_at_same_level_for_setting_the_item_mode-2 #714
@@ -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
|
||||
|
||||
MyEditItem = MyDisplayTabItem.MyStepTabPanel.MyStepPanel.SelectedEditItem;
|
||||
|
||||
ItemInfo startitm = MyItemInfo.FirstSibling;
|
||||
|
mschill marked this conversation as resolved
mschill
commented
Is this still needed? Is this still needed?
plarsen
commented
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
mschill
commented
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
mschill
commented
Is this still needed? Is this still needed?
plarsen
commented
It was needed in one solution, but no longer needed. It was needed in one solution, but no longer needed.
|
||||
|
||||
Reference in New Issue
Block a user
Remove commented out code