From 847e2e0e5f3e4009e2b96d7f7c77c00b7f70fc38 Mon Sep 17 00:00:00 2001 From: Kevin Smith Date: Fri, 1 Oct 2010 16:44:59 +0100 Subject: Avoid redraw issues in the XML Console. I've not seen these, but they were reported as the same as the old chat rendering issues. Applied the same fix as for that. Resolves: #557 diff --git a/Swift/QtUI/QtXMLConsoleWidget.cpp b/Swift/QtUI/QtXMLConsoleWidget.cpp index 1e7eff3..c9b82ce 100644 --- a/Swift/QtUI/QtXMLConsoleWidget.cpp +++ b/Swift/QtUI/QtXMLConsoleWidget.cpp @@ -31,6 +31,7 @@ QtXMLConsoleWidget::QtXMLConsoleWidget() { QWidget* bottom = new QWidget(this); layout->addWidget(bottom); + bottom->setAutoFillBackground(true); QHBoxLayout* buttonLayout = new QHBoxLayout(bottom); buttonLayout->setContentsMargins(10,0,20,0); -- cgit v0.10.2-6-g49f6