https://bugs.freedesktop.org/show_bug.cgi?id=36584
Julien Nabet <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |, [email protected] --- Comment #10 from Julien Nabet <[email protected]> --- Michael: commenting the line 178 if block here seems to solve this problem: 178 if (IsInlineEditEnabled()) { 179 pViewShell->GetDoc()->GetCursor().MoveTo(this, aPos, !rMEvt.IsShift()); 180 return; 181 } 182 const SmNode *pNode = 0; 183 // if it was clicked inside the formula then get the appropriate node (see http://opengrok.libreoffice.org/xref/core/starmath/source/view.cxx#178) However, I must recognize I don't know what's the purpose/how does work InlineEdit part. Noticing http://cgit.freedesktop.org/libreoffice/core/commit/?id=37ef1e8c958abc81bb87c2c12f35c885d27fead0, I thought you might have some thoughts. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
