3d8ba076a5
add patch to fix regression to trigger recursive inline diffs when selected
16 lines
440 B
Diff
16 lines
440 B
Diff
Index: tkdiff
|
|
===================================================================
|
|
diff --git a/tkdiff b/tkdiff
|
|
--- a/tkdiff (revision 193)
|
|
+++ b/tkdiff (revision 194)
|
|
@@ -4557,7 +4557,8 @@
|
|
}
|
|
}
|
|
}
|
|
- }
|
|
+ # But KICK scroll to *LOOK* for Ratcliff (when ON); otherwise is a NOOP
|
|
+ } { $w(acTxWdg) SEE @1,1 }
|
|
}
|
|
|
|
###############################################################################
|