https://issues.apache.org/ooo/show_bug.cgi?id=122636
--- Comment #4 from Andre <[email protected]> --- The colorization (and other visual clues) are set in DbgDialogTest() (vcl/source/app/dbggui.cxx). A) This function is only called from Window::Show(), so in order to trigger it, you have to click the closer in the sidebar (just the tab bar remains visible) and then click on the property button to show the sidebar deck again. B) DbgDialogTest() then iterates over all child windows of the window that just received the Show() command. This is the SidebarDockingWindow. It seems that only the direct children are processed. In case of the sidebar that does not include any panels or their controls. This iteration loop would have to be changed to work for sidebar panels. -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.
