https://bugs.documentfoundation.org/show_bug.cgi?id=146579
Jim Raykowski <rayk...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rayk...@gmail.com --- Comment #8 from Jim Raykowski <rayk...@gmail.com> --- This can be done programmatically without need to modify the existing images used to indicate active view mode (emptypage_a_10x14.png, twopages_a_10x24.png, and doublepage_a_10x22.png) Code pointers: Images for SwViewLayoutControl are drawn in: void SwViewLayoutControl::Paint sw/source/uibase/utlui/viewlayoutctrl.cxx A rectangle of chosen color can be drawn around the active image using OutputDevice::DrawRect. Optionally, OutputDevice::DrawBorder can be used but the line color can not be changed, it is set in the function as light grey and grey to, I suppose, provide a border effect. -- You are receiving this mail because: You are the assignee for the bug.