X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fview%2Fmarginwidget.cpp;h=179e82b9f7f9c63084f104061059163d2370c354;hb=8dbbc7f0b9ea59d0f0d62225772f8a56eee125f5;hp=063dc9fd0d43e433e37a99186718b485f8ac1375;hpb=84a0d458a4b04141dd45af6dec44d36782ee163e;p=pulseview.git diff --git a/pv/view/marginwidget.cpp b/pv/view/marginwidget.cpp index 063dc9f..179e82b 100644 --- a/pv/view/marginwidget.cpp +++ b/pv/view/marginwidget.cpp @@ -27,8 +27,9 @@ namespace view { MarginWidget::MarginWidget(View &parent) : QWidget(&parent), - _view(parent) + view_(parent) { + setAttribute(Qt::WA_NoSystemBackground, true); } void MarginWidget::clear_selection()