[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] r3572 - gnuradio/trunk/gr-wxgui/src/python
From: |
jcorgan |
Subject: |
[Commit-gnuradio] r3572 - gnuradio/trunk/gr-wxgui/src/python |
Date: |
Mon, 18 Sep 2006 18:25:13 -0600 (MDT) |
Author: jcorgan
Date: 2006-09-18 18:25:13 -0600 (Mon, 18 Sep 2006)
New Revision: 3572
Modified:
gnuradio/trunk/gr-wxgui/src/python/scopesink.py
Log:
Fixes ticket:68, making 'Auto' the default trigger option.
Modified: gnuradio/trunk/gr-wxgui/src/python/scopesink.py
===================================================================
--- gnuradio/trunk/gr-wxgui/src/python/scopesink.py 2006-09-18 23:28:22 UTC
(rev 3571)
+++ gnuradio/trunk/gr-wxgui/src/python/scopesink.py 2006-09-19 00:25:13 UTC
(rev 3572)
@@ -310,7 +310,7 @@
ctrlbox.Add (self.trig_chan_choice, 0, wx.ALIGN_CENTER)
self.trig_mode_choice = wx.Choice (self, 1005,
- choices = ['Pos', 'Neg', 'Auto'])
+ choices = ['Auto', 'Pos', 'Neg'])
self.trig_mode_choice.SetToolTipString ("Select trigger slope or Auto
(untriggered roll)")
wx.EVT_CHOICE (self, 1005, self.trig_mode_choice_event)
ctrlbox.Add (self.trig_mode_choice, 0, wx.ALIGN_CENTER)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] r3572 - gnuradio/trunk/gr-wxgui/src/python,
jcorgan <=