Changeset 441
- Timestamp:
- 11/25/06 06:50:06 (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
r440 r441 1908 1908 s->view->start, s->view->end, vstart, vend, round(vstart), round(vend)); 1909 1909 */ 1910 vstart = round(vstart );1911 vend = round(vend );1910 vstart = round(vstart + (move < 0 ? 0.5 : -0.5)); 1911 vend = round(vend + (move < 0 ? 0.5 : -0.5)); 1912 1912 1913 1913 if (s->view->start != vstart && s->view->end != vend)
