https://bugs.freedesktop.org/show_bug.cgi?id=44657
Michael Meeks <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #16 from Michael Meeks <[email protected]> --- Interesting; I guess it's some theming problem around RTL - a good place to dig would be: vcl/unx/gtk/gdi/salnativewidgets-gtk.cxx And to fiddle with the pieces of the scroll-bar that we handle / render there (I suppose ). Then again there is some oddness here: sc/source/ui/view/tabview5.cxx: pTabControl = new ScTabControl( pFrameWin, &aViewData ); /* #i97900# The tab control has to remain in RTL mode if GUI is RTL, this is needed to draw the 3D effect correctly. The base TabBar implementes mirroring independent from the GUI direction. Have to set RTL mode explicitly because the parent frame window is already RTL disabled. */ pTabControl->EnableRTL( Application::GetSettings().GetLayoutRTL() ); that might be interesting. HTH. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
