285 |
285 |
286 @param shutdown flag indicating the IDE shutdown |
286 @param shutdown flag indicating the IDE shutdown |
287 @type bool |
287 @type bool |
288 """ |
288 """ |
289 if not shutdown: |
289 if not shutdown: |
|
290 if self.environmentsComboBox.currentIndex() == 1: |
|
291 self.environmentsComboBox.setCurrentIndex(0) |
|
292 |
290 # the project entry is always at index 1 |
293 # the project entry is always at index 1 |
291 self.environmentsComboBox.removeItem(1) |
294 self.environmentsComboBox.removeItem(1) |
292 |
295 |
293 def __populateEnvironments(self): |
296 def __populateEnvironments(self): |
294 """ |
297 """ |