mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Fix bug #1996
\overrightarrow and related macros have a standard behaviour with respect to sub/superscripts.
This commit is contained in:
parent
9c9cb97608
commit
d186d708ea
@ -59,13 +59,7 @@ bool InsetMathDecoration::isScriptable() const
|
||||
{
|
||||
return
|
||||
key_->name == "overbrace" ||
|
||||
key_->name == "underbrace" ||
|
||||
key_->name == "overleftarrow" ||
|
||||
key_->name == "overrightarrow" ||
|
||||
key_->name == "overleftrightarrow" ||
|
||||
key_->name == "underleftarrow" ||
|
||||
key_->name == "underrightarrow" ||
|
||||
key_->name == "underleftrightarrow";
|
||||
key_->name == "underbrace";
|
||||
}
|
||||
|
||||
|
||||
|
@ -76,6 +76,9 @@ What's new
|
||||
- Reset cursor font when navigating with find or spellcheck (bug 9500).
|
||||
|
||||
- Correctly update previews when cursor leaves inset (bug 6173).
|
||||
|
||||
- Fix subscripts and superscripts of \overrightarrow and related macros
|
||||
(bug 1996).
|
||||
|
||||
|
||||
* INTERNALS
|
||||
|
Loading…
Reference in New Issue
Block a user