https://issues.apache.org/ooo/show_bug.cgi?id=123276

--- Comment #11 from Andre <awf....@googlemail.com> ---
Looks like there is a little more work necessary than just not forwarding the
Deactivate() call from DrawViewShell to ViewShell.  In fact, the purpose of the
change was to omit the call to BroadcastContextForActivation() in
SfxShell::Deactivate(), where SfxShell is the base class of ViewShell.  Fixing
this should be straightforward.  The only question is, how to do it in a way,
that does not look like a hack.

At the moment I am thinking about adding a flag to the context change
broadcaster (the one that has the BroadcastContextForActivation() method) that
would deactivate it temporarily, and deactivate it from inside
DrawViewShell::Deactivate().  But that does look a bit like a hack.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.

Reply via email to