[Libreoffice-bugs] [Bug 112076] UI: empty (grey) start center after closing document

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Sat Oct 14 18:06:15 UTC 2017


https://bugs.documentfoundation.org/show_bug.cgi?id=112076

Julien Nabet <serval2412 at yahoo.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |serval2412 at yahoo.fr

--- Comment #10 from Julien Nabet <serval2412 at yahoo.fr> ---
By fixing the patch with:
diff --git a/vcl/inc/osx/saltimer.h b/vcl/inc/osx/saltimer.h
index c860ad5cbdda..d8230dd07c87 100644
--- a/vcl/inc/osx/saltimer.h
+++ b/vcl/inc/osx/saltimer.h
@@ -58,7 +58,7 @@ public:
     void handleStartTimerEvent( NSEvent* pEvent );
     void handleDispatchTimerEvent( NSEvent* pEvent );
     void handleTimerElapsed();
-    void handleWindowShouldClose();
+    void handleWindowWillClose();

     bool IsTimerElapsed() const;
 };

I don't reproduce this indeed.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20171014/145cff8f/attachment.html>


More information about the Libreoffice-bugs mailing list