X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fviews%2Fdecoder_output%2FQHexView.cpp;fp=pv%2Fviews%2Fdecoder_output%2FQHexView.cpp;h=586a5cdac373da49b36515b1903349c7500e1d5a;hp=53120ce07b75a6cdc296cd6a88e9e87510bdd8fd;hb=b2b18d3aabf497666c3cff76d0c6663623539e36;hpb=e77de61fbc19633c77cc196332ae79c26d9ca35d diff --git a/pv/views/decoder_output/QHexView.cpp b/pv/views/decoder_output/QHexView.cpp index 53120ce0..586a5cda 100644 --- a/pv/views/decoder_output/QHexView.cpp +++ b/pv/views/decoder_output/QHexView.cpp @@ -69,6 +69,8 @@ void QHexView::setData(QByteArray *data) data_ = data; cursorPos_ = 0; resetSelection(0); + + viewport()->update(); } void QHexView::showFromOffset(size_t offset)