diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-10-13 12:02:40 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-10-13 12:09:09 +0200 |
commit | 211ad259bbc18997f9f070e59e4262885c11e924 (patch) | |
tree | b06d52152c3c629378d1088a254df4d75bcfa3b0 /solenv/gbuild | |
parent | e52c070088f23d5ed815bb7132412fe07f47bf7b (diff) |
fdo#82980: Cancel FmXFormView::OnStartControlWizard when breaking creation
The problem is that SdrCreateView::EndCreateObj (svx/source/svdraw/svdcrtv.cxx)
first calls FmFormObj::EndCreate (svx/source/form/fmobj.cxx) ->
FmXFormView::onCreatedFormObject (svx/source/form/fmvwimp.cxx) ->
Application::PostUserEvent( LINK( this, FmXFormView, OnStartControlWizard ) ),
and only then, upon bPntsEq, calls FmFormObj::BrkCreate
(svx/source/form/fmobj.cxx), which does not cancel the posted
OnStartControlWizard link.
The fix is apparently not perfect, though, as afterwards the text document goes
back to text input mode (cursor blinking, mouse pointer has I-beam shape) even
though the "List Box" icon is still selected.
Change-Id: I3137110a88885b04c8dde5377265b1dee91ed6ac
Diffstat (limited to 'solenv/gbuild')
0 files changed, 0 insertions, 0 deletions