https://bugs.documentfoundation.org/show_bug.cgi?id=165061
Armin Le Grand (allotropia) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|[email protected] |[email protected] |desktop.org | Status|UNCONFIRMED |ASSIGNED Ever confirmed|0 |1 --- Comment #2 from Armin Le Grand (allotropia) <[email protected]> --- Also looks bad, not that bad, but errors in repaints and positions. Thus has nothing to do with 9ea9cd14ffc69e6597996da09943e1ce11a50d6f. It probably has more to do with RTL itself - The SDPRs do not support that as OutDev does (a mirroring layer and 'hack'). Usually SDPRs are used for visualizing the EditViews - and those are never RTL'ed - what creates a strange mix in running RTL office - UI elements are RTL'ed but apps are usually not. I will check possibilities. One is to support it - I already developed a transformation in OutDev for that stuff that works, so maybe it's enough to do that at construction time. Also possible is to just not use SDPRs when RTL is on, with the problem that this does not solve the problem in the long term. Note that it works with OutDev even with VCLPrimitiveRenderer due to that using OutDev and that has that mirroring layer activated - that's the only reason. Of course it has to be solved - and it can be -- You are receiving this mail because: You are the assignee for the bug.
