Ticket #46238: prevent_addTitleRelated_crash.patch

File prevent_addTitleRelated_crash.patch, 425 bytes (added by RJVB (René Bertin), 9 years ago)
  • src/gui/kernel/

    old new  
    46194619
    46204620        setWSGeometry(false, oldRect);
    46214621
    4622         if (isResize && QApplicationPrivate::graphicsSystem())
     4622        if (isResize && q->parentWidget() && QApplicationPrivate::graphicsSystem())
    46234623            invalidateBuffer_resizeHelper(oldp, olds);
    46244624    }
    46254625