Changeset 147
- Timestamp:
- 03/01/08 08:42:17 (10 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
packages/defconAppKit/trunk/Lib/defconAppKit/views/glyphNameComboBox.py
r146 r147 42 42 uniValue = ord(text) 43 43 match = self._font.unicodeData.glyphNameForUnicode(uniValue) 44 text = "" 44 if match is not None: 45 text = "" 45 46 # fallback. find closest match 46 47 if match is None:
