forked from matplotlib/matplotlib
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit 583bb8b
Fix the vertical alignment of overunder symbols.
When an overunder symbol has a subscript, it goes below the symbol, and the baseline of the Vlist thus created is actually the baseline of the lowest item in the Vlist. Hence, it must be moved only if there is a subscript, and not otherwise.1 parent 3df958c commit 583bb8b
1 file changed
+2
-2
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2200 | 2200 |
| |
2201 | 2201 |
| |
2202 | 2202 |
| |
2203 | - | ||
2203 | + | ||
2204 | 2204 |
| |
2205 | - | ||
2205 | + | ||
2206 | 2206 |
| |
2207 | 2207 |
| |
2208 | 2208 |
| |
|
0 commit comments