aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plainqt/style/qtmaemo6style.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/plainqt/style/qtmaemo6style.cpp b/plainqt/style/qtmaemo6style.cpp
index fba2cdd4..6e7d18f5 100644
--- a/plainqt/style/qtmaemo6style.cpp
+++ b/plainqt/style/qtmaemo6style.cpp
@@ -1005,7 +1005,8 @@ void QtMaemo6Style::polish(QWidget *widget)
d->m_statusBar = statusBar;
}
//FIXME: Public API usage
- statusBar->setSizeGripEnabled(false);
+ //FIXME: Figure out why this triggers a crash with Qt 4.7
+// statusBar->setSizeGripEnabled(false);
}
if (QMenuBar *menuBar = qobject_cast<QMenuBar *>(widget)) {