Skip to content

Commit

Permalink
Fixed propellant combobox
Browse files Browse the repository at this point in the history
  • Loading branch information
reilleya committed Apr 29, 2019
1 parent 82e793a commit f2eacf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Expand Up @@ -182,7 +182,7 @@ def propListChanged(self):

def propChooserChanged(self):
cm = self.fileManager.getCurrentMotor()
cm.propellant = self.propManager.propellants[self.comboBoxPropellant.currentIndex()]
cm.propellant = self.propManager.propellants[self.ui.comboBoxPropellant.currentIndex()]
self.fileManager.addNewMotorHistory(cm)

def updateGrainTable(self):
Expand Down

0 comments on commit f2eacf7

Please sign in to comment.