https://bugs.documentfoundation.org/show_bug.cgi?id=92198

Michael Meeks <michael.me...@collabora.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Blocks|                            |91488

--- Comment #5 from Michael Meeks <michael.me...@collabora.com> ---
This looks problematic:

Breakpoint 1, vcl::Window::ImplInvalidate (this=0x17b764d0,
pRegion=0x7fffffffb990, nFlags=NONE) at
/data/opt/libreoffice/master/vcl/source/window/paint.cxx:719
719        if ( mpWindowImpl->mpFrameData->mpFirstBackWin )
(gdb) bt
#0  vcl::Window::ImplInvalidate (this=0x17b764d0, pRegion=0x7fffffffb990,
nFlags=NONE) at /data/opt/libreoffice/master/vcl/source/window/paint.cxx:719
#1  0x00007ffff071fdd5 in vcl::Window::Invalidate (this=0x17b764d0,
rRect=Rectangle = {...}, nFlags=NONE) at
/data/opt/libreoffice/master/vcl/source/window/paint.cxx:1170
#2  0x00007fffc21db82c in ScTabView::PaintArea (this=0x1ba4da58, nStartCol=0,
nStartRow=7, nEndCol=1023, nEndRow=7, eMode=SC_UPDATE_ALL) at
/data/opt/libreoffice/master/sc/source/ui/view/tabview3.cxx:2015
#3  0x00007fffc21f96c6 in ScTabViewShell::Notify (this=0x1ba4d9f0, rBC=...,
rHint=...) at /data/opt/libreoffice/master/sc/source/ui/view/tabvwsh5.cxx:153
#4  0x00007ffff34d0410 in SfxBroadcaster::Broadcast (this=0x1485b30, rHint=...)
at /data/opt/libreoffice/master/svl/source/notify/SfxBroadcaster.cxx:51
#5  0x00007fffc1d6b965 in ScDocShell::PostPaint (this=0x1485b30, rRanges=...,
nPart=1, nExtFlags=0) at
/data/opt/libreoffice/master/sc/source/ui/docshell/docsh3.cxx:161
#6  0x00007fffc1d6b575 in ScDocShell::PostPaint (this=0x1485b30, nStartCol=4,
nStartRow=7, nStartTab=15, nEndCol=4, nEndRow=7, nEndTab=15, nPart=1,
nExtFlags=0) at
/data/opt/libreoffice/master/sc/source/ui/docshell/docsh3.cxx:95
#7  0x00007fffc1d77c06 in ScDocShell::DoAutoStyle (this=0x1485b30, rRange=...,
rStyle="LightBlueBg") at
/data/opt/libreoffice/master/sc/source/ui/docshell/docsh4.cxx:1289
#8  0x00007fffc1d1a42a in ScAutoStyleList::InitHdl (this=0x17b3b40) at
/data/opt/libreoffice/master/sc/source/ui/docshell/autostyl.cxx:109
#9  0x00007fffc1d1a37b in ScAutoStyleList::LinkStubInitHdl (instance=0x17b3b40,
data=0x17b3b88) at
/data/opt/libreoffice/master/sc/source/ui/docshell/autostyl.cxx:103
#10 0x00007ffff0722f0b in Link<Idle*, void>::Call (this=0x17b3ba8,
data=0x17b3b88) at /data/opt/libreoffice/master/include/tools/link.hxx:127
#11 0x00007ffff0ccf905 in Idle::Invoke (this=0x17b3b88) at
/data/opt/libreoffice/master/vcl/source/app/idle.cxx:26

An Invalidate called from a Paint method seems non-ideal - but perhaps I'm
confused =)

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to