summaryrefslogtreecommitdiffabout
path: root/kaddressbook/kabcore.cpp
authorzautrix <zautrix>2005-07-01 06:40:20 (UTC)
committer zautrix <zautrix>2005-07-01 06:40:20 (UTC)
commit409f5296344084e22833b35c03923b89d7be653b (patch) (side-by-side diff)
tree5332c1a045c6fece04a38313cac18485380259c6 /kaddressbook/kabcore.cpp
parenta7924287e231b461585c4121f6ee2ce32f955089 (diff)
downloadkdepimpi-409f5296344084e22833b35c03923b89d7be653b.zip
kdepimpi-409f5296344084e22833b35c03923b89d7be653b.tar.gz
kdepimpi-409f5296344084e22833b35c03923b89d7be653b.tar.bz2
fixxx
Diffstat (limited to 'kaddressbook/kabcore.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--kaddressbook/kabcore.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/kaddressbook/kabcore.cpp b/kaddressbook/kabcore.cpp
index 046cb63..b4e0b07 100644
--- a/kaddressbook/kabcore.cpp
+++ b/kaddressbook/kabcore.cpp
@@ -828,6 +828,7 @@ void KABCore::resizeEvent(QResizeEvent* e )
if ( !mMiniSplitter )
return;
//qDebug("KABCore::resizeEvent(QResizeEvent* e ) ");
+ if ( e->oldSize().width() != e->size().width() )
if ( QApplication::desktop()->width() >= 480 ) {
if (QApplication::desktop()->width() == 640 ) { // e.g. 640x480
if ( mMiniSplitter->orientation() == Qt::Vertical ) {