Changeset 286
- Timestamp:
- 11/13/08 14:23:52 (2 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
packages/defconAppKit/trunk/Lib/defconAppKit/views/glyphCollectionView.py
r279 r286 482 482 # wrap the glyphs for the list 483 483 wrappedGlyphs = [self._wrapGlyphForList(glyph) for glyph in glyphs] 484 # set the cell view 485 self._glyphCellView.setGlyphs_(glyphs) 484 486 # set the list 485 487 super(GlyphCollectionView, self).set(wrappedGlyphs) 486 # set the cell view487 self._glyphCellView.setGlyphs_(glyphs)488 488 489 489 def get(self):
