projects
/
pulseview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53e35b2
)
Header: Fixed mouse over coordinates
author
Joel Holdsworth
<joel@airwebreathe.org.uk>
Sun, 9 Nov 2014 10:35:43 +0000
(10:35 +0000)
committer
Joel Holdsworth
<joel@airwebreathe.org.uk>
Wed, 19 Nov 2014 10:23:01 +0000
(10:23 +0000)
pv/view/header.cpp
patch
|
blob
|
history
diff --git
a/pv/view/header.cpp
b/pv/view/header.cpp
index 2e497761b18a761ca6dd4785252e7bfc96e0030a..802f897a607be89be0d1e6dfd684d65f61e75f57 100644
(file)
--- a/
pv/view/header.cpp
+++ b/
pv/view/header.cpp
@@
-82,7
+82,7
@@
QSize Header::sizeHint() const
shared_ptr<Trace> Header::get_mouse_over_trace(const QPoint &pt)
{
- const int w = width();
+ const int w = width()
- BaselineOffset
;
const vector< shared_ptr<Trace> > traces(_view.get_traces());
for (const shared_ptr<Trace> t : traces)