The following commit has been merged in the master branch:
commit 167c92096976a41186d74c9f37571abe5ede3b1d
Author: Andrei Zavada <[email protected]>
Date: Sun Feb 3 13:09:00 2013 +0200
avoid crazy jumps after shuffling channels
diff --git a/src/ui/sf/montage_cb.cc b/src/ui/sf/montage_cb.cc
index 3cacb29..db20431 100644
--- a/src/ui/sf/montage_cb.cc
+++ b/src/ui/sf/montage_cb.cc
@@ -110,6 +110,11 @@ daSFMontage_button_press_event_cb( GtkWidget *wid,
GdkEventButton *event, gpoint
return TRUE;
}
+ if ( SF.mode == aghui::SScoringFacility::TMode::shuffling_channels ) {
+ SF.mode = aghui::SScoringFacility::TMode::scoring;
+ return TRUE;
+ }
+
auto Ch = SF.using_channel = SF.channel_near( event->y);
if ( Ch->type == sigfile::SChannel::TType::eeg &&
--
Sleep experiment manager
_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit