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())