https://bugs.documentfoundation.org/show_bug.cgi?id=164712
--- Comment #15 from Armin Le Grand (allotropia) <[email protected]> --- I have now a BP in sw/source/uibase/sidebar/WriterInspectorTextPanel.cxx in both versions. Open testfile, klick on Line 'CPU...' between 'O' and 'S' of 'OS'. In debugger, the values for aParaDFNode (as example for CharBackColor here) are: master: isGrey = true old: isGrey = true Thus SAME values coming out of UpdateTree method in sw/source/uibase/sidebar/WriterInspectorTextPanel.cxx. Thus the Item and ItemState accesses in that method did deliver identical results. I also see in the panel right that in old it gets grayed out, but in master not. It looks as if *after* that method the entries in aParaDFNode get manipulated...? -- You are receiving this mail because: You are the assignee for the bug.
