Changeset 320:da968414c383 for dwt/widgets/Composite.d
- Timestamp:
- 11/03/08 15:58:40 (2 months ago)
- Files:
-
- dwt/widgets/Composite.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
dwt/widgets/Composite.d
r246 r320 911 911 } 912 912 if (!defer && (state & CANVAS) !is 0) { 913 state &= ~ RESIZE_OCCURRED | MOVE_OCCURRED;913 state &= ~(RESIZE_OCCURRED | MOVE_OCCURRED); 914 914 state |= RESIZE_DEFERRED | MOVE_DEFERRED; 915 915 }
