include bugfix proposed by CMDR NeedX
This commit is contained in:
parent
a39f5fbe4e
commit
1aeb5a09e0
@ -139,8 +139,8 @@ namespace EliteBGS {
|
||||
|
||||
foreach (Objective obj in report.Objectives) {
|
||||
entries.Items.Add(obj);
|
||||
obj.IsExpanded = obj.ManuallyAdded;
|
||||
obj.IsEnabled = obj.ManuallyAdded;
|
||||
obj.IsExpanded = obj.ManuallyAdded || obj.IsExpanded;
|
||||
obj.IsEnabled = obj.ManuallyAdded || obj.IsEnabled;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user