https://bugs.documentfoundation.org/show_bug.cgi?id=150834
Aron Budea <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.documentfounda | |tion.org/show_bug.cgi?id=98 | |896 Resolution|--- |FIXED CC| |[email protected], | |tibor.nagy.extern@allotropi | |a.de Status|UNCONFIRMED |RESOLVED Whiteboard| |target:25.2.0 --- Comment #3 from Aron Budea <[email protected]> --- This got fixed by the following commit in 25.2: https://cgit.freedesktop.org/libreoffice/core/commit/?id=d239ac793f89c95cac95e5601a7d7a06c76dfd3c author Tibor Nagy <[email protected]> 2024-10-27 23:44:00 +0100 committer Nagy Tibor <[email protected]> 2024-10-28 09:48:30 +0100 "tdf#76981 sd: Hide the document opening process when opening linked" In particular, the following "sneaky" change in vcl/win/window/salframe.cxx (since it doesn't seem to be relevant to the what's described in the commit message): - nScreenDX = aRect.GetWidth(); - nScreenDY = aRect.GetHeight(); + nScreenDX = aRect.GetWidth() + 1; + nScreenDY = aRect.GetHeight() + 1; Mike, is this a step back compared to bug 98896's fix, and should this bug and bug 137666 be fixed in a different way? -- You are receiving this mail because: You are the assignee for the bug.
