Changeset 481
- Timestamp:
- 02/03/07 23:51:23 (2 years ago)
- Files:
-
- sweep/trunk/src/sample-display.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sweep/trunk/src/sample-display.c
r469 r481 1947 1947 } 1948 1948 1949 vstart = round(vstart + (move < 0 ? 0.5 : -0.5));1950 vend = round(vend + (move < 0 ? 0.5 : -0.5));1949 vstart = ceil(vstart + (move < 0 ? 0.5 : -0.5)); 1950 vend = ceil(vend + (move < 0 ? 0.5 : -0.5)); 1951 1951 1952 1952 if (s->view->start != vstart && s->view->end != vend)
