Ticket #46607: prevent_addTitleRelated_crash.patch
File prevent_addTitleRelated_crash.patch, 425 bytes (added by RJVB (René Bertin), 10 years ago) |
---|
-
src/gui/kernel/
old new 4619 4619 4620 4620 setWSGeometry(false, oldRect); 4621 4621 4622 if (isResize && QApplicationPrivate::graphicsSystem())4622 if (isResize && q->parentWidget() && QApplicationPrivate::graphicsSystem()) 4623 4623 invalidateBuffer_resizeHelper(oldp, olds); 4624 4624 } 4625 4625