Hi Chris, On Sun, Jan 04, 2026 at 03:11:42PM +1100, Chris Sherlock <[email protected]> wrote: > My question is: have I found a bug, or is this expected behaviour?
If you look at the comments in include/vcl/outdev.hxx for mnOutOffOrigX and mnOutOffX, the first is an offset that gets applied during LogicToPixel() and the second is "pseudo window offset within window system's frames". So it looks OK that LogicToPixel() takes the first into account, but not the second. Regards, Miklos
