[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] 30/37: qtgui: minor fix to how number sink
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] 30/37: qtgui: minor fix to how number sink handles autoscale. |
Date: |
Thu, 17 Jul 2014 20:23:44 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
trondeau pushed a commit to branch master
in repository gnuradio.
commit e098a2920eef90e0227da502686551114f7c1db4
Author: Tom Rondeau <address@hidden>
Date: Sat Jul 12 13:51:11 2014 -0400
qtgui: minor fix to how number sink handles autoscale.
---
gr-qtgui/lib/numberdisplayform.cc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gr-qtgui/lib/numberdisplayform.cc
b/gr-qtgui/lib/numberdisplayform.cc
index 0fb30cd..0dd433c 100644
--- a/gr-qtgui/lib/numberdisplayform.cc
+++ b/gr-qtgui/lib/numberdisplayform.cc
@@ -457,8 +457,8 @@ NumberDisplayForm::autoScale(bool on)
// Reset the autoscale limits
for(int i = 0; i < d_nplots; i++) {
- d_min.push_back(+1e32);
- d_max.push_back(-1e32);
+ d_min[i] = +1e32;
+ d_max[i] = -1e32;
}
}
- [Commit-gnuradio] [gnuradio] 15/37: grc: fixing some spacing issues in various xml files., (continued)
- [Commit-gnuradio] [gnuradio] 15/37: grc: fixing some spacing issues in various xml files., git, 2014/07/17
- [Commit-gnuradio] [gnuradio] 13/37: Merge remote-tracking branch 'gnuradio-wg-grc/grc_hide_ports', git, 2014/07/17
- [Commit-gnuradio] [gnuradio] 18/37: Merge branch 'maint', git, 2014/07/17
- [Commit-gnuradio] [gnuradio] 24/37: qtgui: fixes waterfall plots., git, 2014/07/17
- [Commit-gnuradio] [gnuradio] 25/37: qtgui: adding menu item to frequency sink to set y min/max., git, 2014/07/17
- [Commit-gnuradio] [gnuradio] 14/37: grc: fixing xml files of some blocks with message control ports to be able to hide/show them as wanted., git, 2014/07/17
- [Commit-gnuradio] [gnuradio] 21/37: qtgui: updates number sink behavor., git, 2014/07/17
- [Commit-gnuradio] [gnuradio] 20/37: grc: toogle action to disable auto-hiding port labels, git, 2014/07/17
- [Commit-gnuradio] [gnuradio] 19/37: grc: auto-hide port labels, git, 2014/07/17
- [Commit-gnuradio] [gnuradio] 34/37: Merge remote-tracking branch 'mbant/uhd/msg_format' into qt_the_things, git, 2014/07/17
- [Commit-gnuradio] [gnuradio] 30/37: qtgui: minor fix to how number sink handles autoscale.,
git <=
- [Commit-gnuradio] [gnuradio] 37/37: Merge branch 'qt_the_things', git, 2014/07/17
- [Commit-gnuradio] [gnuradio] 29/37: Merge remote-tracking branch 'mbant/qtify-examples', git, 2014/07/17
- [Commit-gnuradio] [gnuradio] 28/37: qtgui: adding a formatter to qtgui label widget to behave like formatter in the wxgui static text widget., git, 2014/07/17
- [Commit-gnuradio] [gnuradio] 32/37: zeromq: updated zeromq examples to use qtgui., git, 2014/07/17
- [Commit-gnuradio] [gnuradio] 35/37: fec: updated fecapi blocks in grc to use new var_value concept., git, 2014/07/17
- [Commit-gnuradio] [gnuradio] 36/37: Merge branch 'maint', git, 2014/07/17
- [Commit-gnuradio] [gnuradio] 31/37: examples: minor tweaks to some examples., git, 2014/07/17
- [Commit-gnuradio] [gnuradio] 33/37: fcd: updating FCD examples to use qtgui., git, 2014/07/17
- [Commit-gnuradio] [gnuradio] 26/37: examples: fixed a few examples still using old style blocks., git, 2014/07/17
- [Commit-gnuradio] [gnuradio] 27/37: examples: Ported examples in GNU Radio tree to QT., git, 2014/07/17