projects
/
pulseview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07dcf56
)
Removed a redundant call to SigSession::set_device
author
Joel Holdsworth
<joel@airwebreathe.org.uk>
Sat, 22 Feb 2014 17:24:21 +0000
(17:24 +0000)
committer
Joel Holdsworth
<joel@airwebreathe.org.uk>
Sat, 1 Mar 2014 11:02:11 +0000
(11:02 +0000)
pv/mainwindow.cpp
patch
|
blob
|
history
diff --git
a/pv/mainwindow.cpp
b/pv/mainwindow.cpp
index 9995e50ac2ef42650ba4d904a3d7b70c287336ff..829c95e994e2691db500fdbdfa5706be3352921e 100644
(file)
--- a/
pv/mainwindow.cpp
+++ b/
pv/mainwindow.cpp
@@
-311,8
+311,9
@@
void MainWindow::update_device_list(
}
if (selected_device) {
+ // Setting the selected device in the sampling bar, generates
+ // an event which updates the selected device in the SigSession.
_sampling_bar->set_selected_device(selected_device);
- _session.set_device(selected_device);
}
}