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

Telesto <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |NEW

--- Comment #16 from Telesto <[email protected]> ---
And I also reproduce this with a accepted all changes variant.. only less often
(scrolls up faster etc). But not quite a surprise 

1417  void vcl::Region::SetEmpty()
1418  {
1419      // reset all content
1420      mpB2DPolyPolygon.reset();
1421      mpPolyPolygon.reset();
1422      mpRegionBand.reset();
1423      mbIsNull = false;
1424  }
1425  
1426  Region& vcl::Region::operator=( const vcl::Region& ) = default;

Resetting all content as it's probably still needed somewhere. I would say it's
more co-incidence; timing element. Being at the wrong place at the wrong moment

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

Reply via email to