summaryrefslogtreecommitdiff
authordavipt <davipt>2002-06-20 19:36:25 (UTC)
committer davipt <davipt>2002-06-20 19:36:25 (UTC)
commited011dd1a9bbdedc5eb020dd11ba43bb52686bdb (patch) (unidiff)
tree07eb5075572b8bf70aad00857a3720d1347b1c8e
parent6759f7ba99d3dd82e257bd7bdcbe39385e3377a2 (diff)
downloadopie-ed011dd1a9bbdedc5eb020dd11ba43bb52686bdb.zip
opie-ed011dd1a9bbdedc5eb020dd11ba43bb52686bdb.tar.gz
opie-ed011dd1a9bbdedc5eb020dd11ba43bb52686bdb.tar.bz2
missing commit
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--core/applets/irdaapplet/irda.cpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/core/applets/irdaapplet/irda.cpp b/core/applets/irdaapplet/irda.cpp
index 5b23330..d986df4 100644
--- a/core/applets/irdaapplet/irda.cpp
+++ b/core/applets/irdaapplet/irda.cpp
@@ -196,6 +196,9 @@ void IrdaApplet::mousePressEvent( QMouseEvent *) {
196 } 196 }
197 197
198 QPoint p = mapToGlobal( QPoint(1, menu->sizeHint().height()-1) ); 198 QPoint p = mapToGlobal ( QPoint ( 0, 0 ));
199 ret = menu->exec(p, 2); 199 QSize s = menu-> sizeHint ( );
200 ret = menu->exec( QPoint (
201 p. x ( ) + ( width ( ) / 2 ) - ( s. width ( ) / 2 ),
202 p. y ( ) - s. height ( ) ), 0);
200 203
201 qDebug("ret was %d\n", ret); 204 qDebug("ret was %d\n", ret);