Changeset 1905
- Timestamp:
- 08/11/07 04:33:52 (1 year ago)
- Files:
-
- gaphor/trunk/gaphor/adapters/connectors.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
gaphor/trunk/gaphor/adapters/connectors.py
r1903 r1905 1324 1324 lifetime = self.element.lifetime 1325 1325 lifetime._messages_count -= 1 1326 # if lifetime is not visible and there are no messages connected 1327 # then allow to make lifetime visible 1326 # if there are no messages connected then allow to make lifetime visible 1328 1327 # todo: move code below to LifetimeItem class 1329 if not lifetime.is_visible() andlifetime._messages_count < 1:1328 if lifetime._messages_count < 1: 1330 1329 lifetime.bottom.movable = True 1331 1330
