[med-svn] [SCM] aghermann branch, master, updated. 4f7a3b774136ffffbaf9b05d90bd568347bc5461
Andrei Zavada
johnhommer at gmail.com
Fri Nov 16 00:50:13 UTC 2012
The following commit has been merged in the master branch:
commit 4185037f576cec1cb70d8fc0d776e8280febe305
Author: Andrei Zavada <johnhommer at gmail.com>
Date: Sat Oct 13 23:04:41 2012 +0300
fix artifact continuation drawing
diff --git a/src/ui/scoring-facility-montage.cc b/src/ui/scoring-facility-montage.cc
index 8850ddf..56fd910 100644
--- a/src/ui/scoring-facility-montage.cc
+++ b/src/ui/scoring-facility-montage.cc
@@ -459,7 +459,7 @@ draw_page( cairo_t *cr,
.4);
for ( auto &A : Aa() ) {
if ( agh::alg::overlap(
- (int)A.a, (int)A.a,
+ (int)A.a, (int)A.z,
cvpa, cvpe) ) {
int aa = (int)A.a - cvpa,
ae = (int)A.z - cvpa;
--
Sleep experiment manager
More information about the debian-med-commit
mailing list