X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Fviewport.cpp;h=5882600524d1b77bdfaf0d02ce38ad2e040a96e3;hp=f39c8201421d43956e5b6e3bc72c2768ab0cf365;hb=2658961bdef3601e07d494a8ed3d01a8101b68cd;hpb=06993d0c95ae80f47dbbc75ed18a983f4a387f04 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);