-rw-r--r-- | qt/qte234-for-opie091-popupmenu.patch | 8 |
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 @@ | |||
1 | --- src/kernel/qapplication_qws.cpp2002-12-08 21:51:08.000000000 +0100 | 1 | --- src/kernel/qapplication_qws.cpp.orig2002-12-08 18:06:22.000000000 +0100 |
2 | +++ src/kernel/qapplication_qws.cpp.orig2002-12-08 18:06:22.000000000 +0100 | 2 | +++ src/kernel/qapplication_qws.cpp2002-12-08 21:51:08.000000000 +0100 |
3 | @@ -3278,7 +3278,7 @@ | 3 | @@ -3278,7 +3278,7 @@ |
@@ -6,4 +6,4 @@ | |||
6 | if ( popup != this ) { | 6 | if ( popup != this ) { |
7 | - if ( testWFlags(WType_Popup) && rect().contains(pos) && !popup->rect().contains(popup-> mapFromGlobal(mapToGlobal(pos))) ) | 7 | - if ( testWFlags(WType_Popup) && rect().contains(pos) ) |
8 | + if ( testWFlags(WType_Popup) && rect().contains(pos) ) | 8 | + if ( testWFlags(WType_Popup) && rect().contains(pos) && !popup->rect().contains(popup-> mapFromGlobal(mapToGlobal(pos))) ) |
9 | popup = this; | 9 | popup = this; |