linuxgurugamer / ScienceAlert

When is is it time for science?  
GNU General Public License v3.0
11 stars 11 forks source link

Collect All sometimes doesn't appear when should #14

Closed scaiper closed 4 years ago

scaiper commented 5 years ago

Sometimes button "Collect All" doesn't appear. I assume, this is because in this loop condition should be i >= 0. When vessel have only one ModuleScienceContainer, this condition evaluates to false even before first iteration.

https://github.com/linuxgurugamer/ScienceAlert/blob/29787073f112c80f2ab33bc9de5523c69ad32cb6/Source/ScienceAlert.Windows/DraggableExperimentList.cs#L117

scaiper commented 5 years ago

Also there: https://github.com/linuxgurugamer/ScienceAlert/blob/29787073f112c80f2ab33bc9de5523c69ad32cb6/Source/ScienceAlert.Windows/DraggableExperimentList.cs#L94

linuxgurugamer commented 4 years ago

Thank you, will be in next release