Changeset 286

Show
Ignore:
Timestamp:
11/13/08 14:23:52 (2 months ago)
Author:
tal
Message:
Set the cell view first.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • packages/defconAppKit/trunk/Lib/defconAppKit/views/glyphCollectionView.py

    r279 r286  
    482482        # wrap the glyphs for the list 
    483483        wrappedGlyphs = [self._wrapGlyphForList(glyph) for glyph in glyphs] 
     484        # set the cell view 
     485        self._glyphCellView.setGlyphs_(glyphs) 
    484486        # set the list 
    485487        super(GlyphCollectionView, self).set(wrappedGlyphs) 
    486         # set the cell view 
    487         self._glyphCellView.setGlyphs_(glyphs) 
    488488 
    489489    def get(self):