From e02e05c60671e39f634022fd90fbf2c782ba7c01 Mon Sep 17 00:00:00 2001 From: Marcus Comstedt Date: Tue, 8 Jul 2014 10:55:05 +0200 Subject: [PATCH] MarginWidget: Disable system background This fixes a rendering problem on Android. --- pv/view/marginwidget.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/pv/view/marginwidget.cpp b/pv/view/marginwidget.cpp index 063dc9f..7df8030 100644 --- a/pv/view/marginwidget.cpp +++ b/pv/view/marginwidget.cpp @@ -29,6 +29,7 @@ MarginWidget::MarginWidget(View &parent) : QWidget(&parent), _view(parent) { + setAttribute(Qt::WA_NoSystemBackground, true); } void MarginWidget::clear_selection() -- 2.30.2