From a78a8d830d81adc8c6e9b2131329d72aa0c18b55 Mon Sep 17 00:00:00 2001 From: sandman Date: Sun, 08 Dec 2002 21:21:18 +0000 Subject: the patch was reverse - fixed now --- (limited to 'qt') 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 @@ ---- 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 @@ if ( qApp->inPopupMode() ) { // in popup mode QWidget *popup = qApp->activePopupWidget(); 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; else // send to last popup pos = popup->mapFromGlobal( globalPos ); -- cgit v0.9.0.2