https://bugs.documentfoundation.org/show_bug.cgi?id=95618
Michael Meeks <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|[email protected] |[email protected] |desktop.org | --- Comment #17 from Michael Meeks <[email protected]> --- Looks like the last bit of this bug is in the salnativewidgets-luna.cxx where having asked carefully for a certain size of region; the tab piece goes and enlarges this somewhat gratuitously =) if( nType == CTRL_TAB_ITEM ) ... else if( nState & ControlState::SELECTED ) { iState = TILES_SELECTED; // increase the selected tab rc.left-=2; Not a caching bug - just a pure logic one; allocating a DC of the size requested doesn't have enough space to render the pieces requested (hmm). Thinking ... -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
