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

Telesto <tele...@surfxs.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
           Assignee|libreoffice-b...@lists.free |tele...@surfxs.nl
                   |desktop.org                 |
     Ever confirmed|0                           |1

--- Comment #3 from Telesto <tele...@surfxs.nl> ---
Created attachment 139495
  --> https://bugs.documentfoundation.org/attachment.cgi?id=139495&action=edit
Possible solution

I might found the cause (or a clue). The problem will disappear when commenting
out the following lines.

diff --git a/vcl/osx/salnativewidgets.cxx b/vcl/osx/salnativewidgets.cxx
index d311526c0168..32f940516bd5 100644
--- a/vcl/osx/salnativewidgets.cxx
+++ b/vcl/osx/salnativewidgets.cxx
@@ -64,10 +64,10 @@ public:
     {
         if( AquaSalFrame::isAlive( mpFrame ) && mpFrame->mbShown )
         {
-            mpFrame->maBlinkers.remove( this );
-            mpFrame->SendPaintEvent( &maInvalidateRect );
+     //       mpFrame->maBlinkers.remove( this );
+      //      mpFrame->SendPaintEvent( &maInvalidateRect );
         }
-        delete this;
+      //  delete this;
     }
 };

More in general, what does Aquablink do? Creating a glow button or something
like that? I didn't notice any difference without it (patch attached). Note: I
didn't delete the reference in schedule

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to