Commit 10ccaa1
committed
patch 8.1.0569: execute() always resets display column to zero
Problem: Execute() always resets display column to zero. (Sha Liu)
Solution: Don't reset it to zero, restore the previous value. (closes #3669)1 parent 9a85346 commit 10ccaa1
3 files changed
Lines changed: 19 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3262 | 3262 | | |
3263 | 3263 | | |
3264 | 3264 | | |
| 3265 | + | |
3265 | 3266 | | |
3266 | 3267 | | |
3267 | 3268 | | |
| |||
3304 | 3305 | | |
3305 | 3306 | | |
3306 | 3307 | | |
| 3308 | + | |
3307 | 3309 | | |
3308 | 3310 | | |
3309 | 3311 | | |
| |||
3336 | 3338 | | |
3337 | 3339 | | |
3338 | 3340 | | |
3339 | | - | |
3340 | | - | |
3341 | | - | |
| 3341 | + | |
| 3342 | + | |
| 3343 | + | |
3342 | 3344 | | |
3343 | 3345 | | |
3344 | 3346 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
792 | 792 | | |
793 | 793 | | |
794 | 794 | | |
| 795 | + | |
| 796 | + | |
795 | 797 | | |
796 | 798 | | |
797 | 799 | | |
| |||
0 commit comments