From kde-commits Mon Mar 09 23:07:56 2009 From: Jaroslaw Staniek Date: Mon, 09 Mar 2009 23:07:56 +0000 To: kde-commits Subject: koffice/kexi/plugins/forms/widgets Message-Id: <1236640076.189913.21962.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=123664008619658 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())