<div dir="ltr"><div dir="ltr"><div class="gmail_default" style="font-size:small">Andrew,<br></div></div><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">For my tests the "clear selected ketframes" problem is solved.<br>
There is the problem that subsequent edits are changed according to<br>
the range value, even if they are out of the range. Also it seems that<br>
the created interval remains the same length and does not adjust to<br>
the resizing of the edits.<br>
See the following movie (it is for download because it is too big to<br>
streamable):<br>
<br>
<a href="https://www.dropbox.com/s/z3na1r3vmwcnn6n/test.webm?dl=0" rel="noreferrer" target="_blank">https://www.dropbox.com/s/z3na1r3vmwcnn6n/test.webm?dl=0</a><br><br></blockquote><div><span class="gmail_default" style="font-size:small">Thanks for testing and the demo.  A fix has been checked into GIT.</span> <span class="gmail_default" style="font-size:small"> It was a blunder -- missing "that"!</span></div><div><span class="gmail_default" style="font-size:small">void Auto::copy_from(Auto *that)<br> {<br><b>-       this->orig_id = orig_id;<br>+       this->orig_id = that->orig_id;</b><br>        this->position = that->position;</span></div></div></div>