[Avida-SVN] r1077 - branches/developers/avida-edward/source/python/AvidaGui2

baerb at myxo.css.msu.edu baerb at myxo.css.msu.edu
Thu Nov 9 07:09:29 PST 2006


Author: baerb
Date: 2006-11-09 10:09:29 -0500 (Thu, 09 Nov 2006)
New Revision: 1077

Modified:
   branches/developers/avida-edward/source/python/AvidaGui2/pyOnePop_PetriDishCtrl.py
Log:

Changed default choice to Fitness on population map view.



Modified: branches/developers/avida-edward/source/python/AvidaGui2/pyOnePop_PetriDishCtrl.py
===================================================================
--- branches/developers/avida-edward/source/python/AvidaGui2/pyOnePop_PetriDishCtrl.py	2006-11-08 15:45:20 UTC (rev 1076)
+++ branches/developers/avida-edward/source/python/AvidaGui2/pyOnePop_PetriDishCtrl.py	2006-11-09 15:09:29 UTC (rev 1077)
@@ -73,8 +73,8 @@
     self.m_session_mdl.m_session_mdtr.emit(PYSIGNAL("initializeWithDefaultPetriDishSig"),())
 
  
-    # Start with second map mode -- "Fitness".
-    self.m_mode_combobox.setCurrentItem(2)
+    # Start with first map mode -- "Fitness".
+    self.m_mode_combobox.setCurrentItem(1)
     self.m_mode_index = self.m_mode_combobox.currentItem()
     self.modeActivatedSlot(self.m_mode_index)
     # self.m_petri_dish_ctrl.emit(PYSIGNAL("zoomSig"), 




More information about the Avida-cvs mailing list