X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fview%2Fviewport.cpp;h=5882600524d1b77bdfaf0d02ce38ad2e040a96e3;hb=d2caed8d652ded997255a881bbe246ee68235448;hp=f39c8201421d43956e5b6e3bc72c2768ab0cf365;hpb=e314eca490a09eec9ee851787f6e8c28805a81fd;p=pulseview.git diff --git a/pv/view/viewport.cpp b/pv/view/viewport.cpp index f39c820..5882600 100644 --- a/pv/view/viewport.cpp +++ b/pv/view/viewport.cpp @@ -74,11 +74,8 @@ void Viewport::paintEvent(QPaintEvent*) BOOST_FOREACH(const shared_ptr s, sigs) { assert(s); - - const QRect signal_rect(0, s->get_v_offset() - v_offset, - width(), View::SignalHeight); - - s->paint(p, signal_rect, _view.scale(), _view.offset()); + s->paint(p, s->get_v_offset() - v_offset, 0, width(), + _view.scale(), _view.offset()); } draw_cursors_foreground(p);