blob: 4cd174f574c5dcf82d321cd3cb6cab1419f6cf0d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#
# Patch managed by http://www.holgerschurig.de/patcher.html
#
--- qt-embedded-opensource-4.0.0-b1/src/gui/kernel/qwidget.cpp~fix-qwidget
+++ qt-embedded-opensource-4.0.0-b1/src/gui/kernel/qwidget.cpp
@@ -6272,7 +6272,9 @@
ic->update();
#endif
// ##### is this correct
+#ifndef QT_NO_ACCESSIBILITY
QAccessible::updateAccessibility(this, 0, QAccessible::StateChanged);
+#endif
}
|