Commit 5db91a3
fix: TM matches not shown when revisiting segments (#164) (v1.9.273)
The Match Panel (TM Source/Target boxes) only displayed TM hits on the
first visit to a segment. On revisit, cached TM results were shown in
the Translation Results panel but set_compare_panel_matches() was never
called to update the Match Panel. Added the missing call in the
cache-hit path.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 26778e3 commit 5db91a3
File tree
5 files changed
+34
-5
lines changed- docs
5 files changed
+34
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
8 | 16 | | |
9 | 17 | | |
10 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34995 | 34995 | | |
34996 | 34996 | | |
34997 | 34997 | | |
| 34998 | + | |
| 34999 | + | |
| 35000 | + | |
| 35001 | + | |
| 35002 | + | |
| 35003 | + | |
| 35004 | + | |
| 35005 | + | |
| 35006 | + | |
| 35007 | + | |
| 35008 | + | |
| 35009 | + | |
| 35010 | + | |
| 35011 | + | |
| 35012 | + | |
| 35013 | + | |
| 35014 | + | |
| 35015 | + | |
| 35016 | + | |
| 35017 | + | |
| 35018 | + | |
34998 | 35019 | | |
34999 | 35020 | | |
35000 | 35021 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
707 | 707 | | |
708 | 708 | | |
709 | 709 | | |
710 | | - | |
| 710 | + | |
711 | 711 | | |
712 | 712 | | |
713 | 713 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments