-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,11 +1,11 @@ | |||
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 @@ |
4 | if ( qApp->inPopupMode() ) { // in popup mode | 4 | if ( qApp->inPopupMode() ) { // in popup mode |
5 | QWidget *popup = qApp->activePopupWidget(); | 5 | QWidget *popup = qApp->activePopupWidget(); |
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; |
10 | else // send to last popup | 10 | else // send to last popup |
11 | pos = popup->mapFromGlobal( globalPos ); | 11 | pos = popup->mapFromGlobal( globalPos ); |