summaryrefslogtreecommitdiff
path: root/qt/qte234-for-opie091-popupmenu.patch
Side-by-side diff
Diffstat (limited to 'qt/qte234-for-opie091-popupmenu.patch') (more/less context) (ignore whitespace changes)
-rw-r--r--qt/qte234-for-opie091-popupmenu.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/qt/qte234-for-opie091-popupmenu.patch b/qt/qte234-for-opie091-popupmenu.patch
index f942ada..025dc98 100644
--- a/qt/qte234-for-opie091-popupmenu.patch
+++ b/qt/qte234-for-opie091-popupmenu.patch
@@ -1,3 +1,3 @@
---- src/kernel/qapplication_qws.cpp 2002-12-08 21:51:08.000000000 +0100
-+++ src/kernel/qapplication_qws.cpp.orig 2002-12-08 18:06:22.000000000 +0100
+--- src/kernel/qapplication_qws.cpp.orig 2002-12-08 18:06:22.000000000 +0100
++++ src/kernel/qapplication_qws.cpp 2002-12-08 21:51:08.000000000 +0100
@@ -3278,7 +3278,7 @@
@@ -6,4 +6,4 @@
if ( popup != this ) {
-- if ( testWFlags(WType_Popup) && rect().contains(pos) && !popup->rect().contains(popup-> mapFromGlobal(mapToGlobal(pos))) )
-+ if ( testWFlags(WType_Popup) && rect().contains(pos) )
+- if ( testWFlags(WType_Popup) && rect().contains(pos) )
++ if ( testWFlags(WType_Popup) && rect().contains(pos) && !popup->rect().contains(popup-> mapFromGlobal(mapToGlobal(pos))) )
popup = this;