https://bugs.documentfoundation.org/show_bug.cgi?id=165756
Buovjaga <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Buovjaga <[email protected]> --- I did some debugging with a working UI, kf6, but was unable to figure out what I should be looking at. I started by locating the most interesting file, sfx2/source/dialog/StyleList.cxx in commit 4bc86f6477c3ed5f0e97b0a530acf7e102b613b3 which originally added the feature. When we activate Spotlight in the Styles deck, `ControllerItem::StateChangedAtToolBoxControl()` is triggered in https://opengrok.libreoffice.org/xref/core/sfx2/source/sidebar/ControllerItem.cxx?r=6f441eba260db39df386c46c5ee7492e79e25c8c#63 This leads to `SfxTemplatePanelControl::NotifyItemUpdate()` and its `case SID_SPOTLIGHT_PARASTYLES` in https://opengrok.libreoffice.org/xref/core/sfx2/source/dialog/templdlg.cxx?r=6f441eba260db39df386c46c5ee7492e79e25c8c#171 `lcl_Update()` has a section "draw the color rectangle and number image" in https://opengrok.libreoffice.org/xref/core/sfx2/source/dialog/StyleList.cxx?r=6f441eba260db39df386c46c5ee7492e79e25c8c#745 I could not find the exact place where the boxes appear. Jim: do you have an idea on how to zero in on the issue here? -- You are receiving this mail because: You are the assignee for the bug.
