summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/fb_base
diff options
context:
space:
mode:
authorJeremy Katz <jeremy.katz@nokia.com>2010-06-16 12:47:23 +0200
committerJeremy Katz <jeremy.katz@nokia.com>2010-06-16 13:33:10 +0200
commit5343c882496586a73b7e0071178866b14b1dde8f (patch)
treefa2cae282b4e40ab9d304e4b1a1f37c10f3c9ad6 /src/plugins/platforms/fb_base
parent7722d8c5f9871dfd09a298b4be243af6808407f1 (diff)
Set the desktop widget geometry to reflect the size of the screen(s)
Also removed a stray debug message
Diffstat (limited to 'src/plugins/platforms/fb_base')
-rw-r--r--src/plugins/platforms/fb_base/fb_base.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/platforms/fb_base/fb_base.cpp b/src/plugins/platforms/fb_base/fb_base.cpp
index 3b69550da6..213a7107d2 100644
--- a/src/plugins/platforms/fb_base/fb_base.cpp
+++ b/src/plugins/platforms/fb_base/fb_base.cpp
@@ -390,7 +390,6 @@ void QFbWindow::repaint(const QRegion &region)
while (i != end) {
// If this is a move, redraw the previous location
if (oldGeometryLocal != currentGeometry) {
- qDebug() << "repaint old area on screen" << (*i)->objectName();
(*i)->setDirty(oldGeometryLocal);
}
(*i)->setDirty(dirtyRegion);