Changeset 760
- Timestamp:
- 05/31/07 15:50:09 (6 years ago)
- Files:
-
- 1 modified
-
branch/ggpolo/umitInventory/viewer.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branch/ggpolo/umitInventory/viewer.py
r759 r760 514 514 515 515 # Adjusts timeline range based on min and max timestamps from scans. 516 self._set_yahrange(min(timestamps), max(timestamps)) 516 if timestamps: 517 self._set_yahrange(min(timestamps), max(timestamps)) 517 518 518 519 self.invtree.treeview.expand_all()
