Changeset 1026
- Timestamp:
- 12/01/11 15:06:15 (18 months ago)
- Location:
- packages/defcon/branches/ufo3
- Files:
-
- 3 edited
-
Lib/defcon/objects/glyph.py (modified) (1 diff)
-
Lib/defcon/objects/info.py (modified) (1 diff)
-
tools/infoObjectGenerator.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
packages/defcon/branches/ufo3/Lib/defcon/objects/glyph.py
r1023 r1026 1049 1049 self.endSelfAnchorNotificationObservation(anchor) 1050 1050 for guideline in self.guidelines: 1051 self.endSelfGuideline sNotificationObservation(guideline)1051 self.endSelfGuidelineNotificationObservation(guideline) 1052 1052 self.endSelfLibNotificationObservation() 1053 1053 self.endSelfImageNotificationObservation() -
packages/defcon/branches/ufo3/Lib/defcon/objects/info.py
r1022 r1026 2433 2433 return 2434 2434 for guideline in self.guidelines: 2435 self.endSelfGuideline sNotificationObservation(guideline)2435 self.endSelfGuidelineNotificationObservation(guideline) 2436 2436 super(Info, self).endSelfNotificationObservation() 2437 2437 self._font = None -
packages/defcon/branches/ufo3/tools/infoObjectGenerator.py
r1022 r1026 305 305 return 306 306 for guideline in self.guidelines: 307 self.endSelfGuideline sNotificationObservation(guideline)307 self.endSelfGuidelineNotificationObservation(guideline) 308 308 super(Info, self).endSelfNotificationObservation() 309 309 self._font = None
Note: See TracChangeset
for help on using the changeset viewer.
