[Avida-cvs] [Avida2-svn] r122 - trunk/source/python/AvidaGui2

kaben at myxo.css.msu.edu kaben at myxo.css.msu.edu
Wed Apr 6 12:28:33 PDT 2005


Author: kaben
Date: 2005-04-06 15:28:33 -0400 (Wed, 06 Apr 2005)
New Revision: 122

Modified:
   trunk/source/python/AvidaGui2/pyOnePopulationCtrl.py
Log:

* Hid the timeline (with the 'hide()' command; the code is still there).



Modified: trunk/source/python/AvidaGui2/pyOnePopulationCtrl.py
===================================================================
--- trunk/source/python/AvidaGui2/pyOnePopulationCtrl.py	2005-04-06 17:44:57 UTC (rev 121)
+++ trunk/source/python/AvidaGui2/pyOnePopulationCtrl.py	2005-04-06 19:28:33 UTC (rev 122)
@@ -14,3 +14,4 @@
     self.m_one_pop_petri_dish_ctrl.construct(self.m_session_mdl)
     self.m_one_pop_graph_ctrl.construct(self.m_session_mdl)
     self.m_one_pop_stats_ctrl.construct(self.m_session_mdl)
+    self.m_one_pop_timeline_ctrl.hide()




More information about the Avida-cvs mailing list