summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2010-10-01 15:44:59 (GMT)
committerKevin Smith <git@kismith.co.uk>2010-10-01 15:44:59 (GMT)
commit847e2e0e5f3e4009e2b96d7f7c77c00b7f70fc38 (patch)
tree51b89b06abbdcc92694fce6a85de5cc671428271 /Swift/QtUI/QtXMLConsoleWidget.cpp
parent1d23fbe7acbfed25578958fb24aa75416f2ab737 (diff)
downloadswift-847e2e0e5f3e4009e2b96d7f7c77c00b7f70fc38.zip
swift-847e2e0e5f3e4009e2b96d7f7c77c00b7f70fc38.tar.bz2
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
Diffstat (limited to 'Swift/QtUI/QtXMLConsoleWidget.cpp')
-rw-r--r--Swift/QtUI/QtXMLConsoleWidget.cpp1
1 files changed, 1 insertions, 0 deletions
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);