diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-05-05 21:45:55 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-05-05 23:54:23 +0200 |
commit | f66d9badf9e510f5bbc94201edd5a53c26f8526a (patch) | |
tree | 17d2540c0683cd5f4040ebe23ddf6c8bdd1e07bf /vcl | |
parent | a82de8698a4569d043a3f656a4afbe21a952f8d3 (diff) |
sw: don't dispose SwAccessibles in SwRowFrm::Cut()
This does not appear to work so well: for a row with multiple cells,
when the second cell frame's SwAccessible is disposed it will send an
event, and the AtkListener will then request all children of the row,
and this causes a new SwAccessible to be created for the first cell
frame that was disposed previously.
Unlike most other events, Dispose events cannot be sent delayed.
The SwAccessibles are disposed from ~SwCellFrm already, that should be
sufficient.
Change-Id: I6da72605e5386540f8d82535fca151e97d70869f
Diffstat (limited to 'vcl')
0 files changed, 0 insertions, 0 deletions