[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    koffice/kexi/plugins/forms/widgets
From:       Jaroslaw Staniek <js () iidea ! pl>
Date:       2009-03-09 23:07:56
Message-ID: 1236640076.189913.21962.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 937567 by staniek:

Forms
- fix crash in the image widget



 M  +2 -1      kexidbimagebox.cpp  


--- trunk/koffice/kexi/plugins/forms/widgets/kexidbimagebox.cpp #937566:937567
@@ -676,8 +676,9 @@
                     dataSource().isEmpty()
                     ? objectName() + "\n" + i18nc("Unbound Image Box", "(unbound)")
                     : dataSource());
+        //2.0 bitBlt(this, margins.left, margins.top, &pm);
+        p2.drawPixmap(margins.left, margins.top, pm);
         p2.end();
-        bitBlt(this, margins.left, margins.top, &pm);
     } else {
         QSize internalSize(size());
         if (m_chooser && m_dropDownButtonVisible && !dataSource().isEmpty())
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic