https://bugs.documentfoundation.org/show_bug.cgi?id=144407
--- Comment #9 from Caolán McNamara <[email protected]> --- I think I could argue that there isn't really a regression here. Before that change calc already always opened by default full-screen size, while writer opened in an arbitrary relatively small size by default and I changed things so that writer opened full-screen size like calc already did. It's only after a window of a given type is closed that the size is saved for reuse on later launches of that type. The expressed desire here seems to be that "new document" opens in the same size as the document that option is launched from, but I don't think it ever really did that. Though I suppose we could make it do that. The button itself is handled by NewToolbarController::execute, and the menu by NewMenuController::itemSelected. Saving the size seems to be done by PersistentWindowState::implst_setWindowStateOnConfig, so maybe trigger that save before launch of this ".uno:AddDirect" might give the sort of results hoped for. -- You are receiving this mail because: You are the assignee for the bug.
