The following commit has been merged in the master branch:
commit 093472329731ab73e393657ee6e3a3ca3a0efe85
Author: Andrei Zavada <[email protected]>
Date: Mon Jun 17 23:51:44 2013 +0300
draw crosshair even when marking selection on montage
diff --git a/src/aghermann/ui/sf/montage_cb.cc
b/src/aghermann/ui/sf/montage_cb.cc
index 558672d..7c79edb 100644
--- a/src/aghermann/ui/sf/montage_cb.cc
+++ b/src/aghermann/ui/sf/montage_cb.cc
@@ -264,7 +264,9 @@ daSFMontage_motion_notify_event_cb(
}
gtk_widget_queue_draw( wid);
- } else if ( SF.draw_crosshair ) {
+ }
+
+ if ( SF.draw_crosshair ) {
SF.crosshair_at = event->x;
SF.crosshair_at_time = SF.time_at_click( event->x);
gtk_widget_queue_draw( wid);
--
Sleep experiment manager
_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit