https://bugs.documentfoundation.org/show_bug.cgi?id=153446
--- Comment #4 from Justin L <[email protected]> --- More specifically, rMEvt.IsLeft(), but !mpView->IsCreateObj(). The problem can be avoided by not calling mpViewShell->GetViewFrame()->GetDispatcher()->Execute(SID_OBJECT_SELECT, SfxCallMode::ASYNCHRON) It switches to select mode for FuConstruct::MouseButtonUp and FuConstructCustomShape::MouseButtonUp. However, I'm not seeing any way that seems legitimate to skip FuConstruct. MouseButtonDown is lost early, in winproc.cxx ImplHandleMouseEvent if ( !pChild && !bMouseLeave ) return false; -- You are receiving this mail because: You are the assignee for the bug.
