mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-13 17:20:55 +00:00
branch: Fix bug #3706: Mathed builtin/macro expansion not performed when clicking away.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30491 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
78fde5d4f8
commit
4abaf35bad
@ -1956,6 +1956,7 @@ bool BufferView::mouseSetCursor(Cursor & cur, bool select)
|
||||
bool update = leftinset;
|
||||
if (!do_selection && !badcursor && d->cursor_.inTexted())
|
||||
update |= checkDepm(cur, d->cursor_);
|
||||
d->cursor_.macroModeClose();
|
||||
|
||||
d->cursor_.resetAnchor();
|
||||
d->cursor_.setCursor(cur);
|
||||
|
@ -185,6 +185,8 @@ What's new
|
||||
- Fix display of unknown math macros that become known after editing their
|
||||
name. They are now correctly expanded and not left in red (bug 5923).
|
||||
|
||||
- Fix display of macros when clicking away (bug 3706).
|
||||
|
||||
|
||||
* DOCUMENTATION AND LOCALIZATION
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user