<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body>
<div dir="auto">Almost. Add info about the drag-threshold. Then it's fine.</div>
<div dir="auto"><br>
</div>
<div dir="auto">Best,</div>
<div dir="auto">Marcel </div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> Squeak-dev <squeak-dev-bounces@lists.squeakfoundation.org> on behalf of commits@source.squeak.org <commits@source.squeak.org><br>
<b>Sent:</b> Friday, June 17, 2022 12:48:01 PM<br>
<b>To:</b> squeak-dev@lists.squeakfoundation.org <squeak-dev@lists.squeakfoundation.org><br>
<b>Subject:</b> [squeak-dev] The Inbox: Morphic-ct.2011.mcz</font>
<div> </div>
</div>
<div class="BodyFragment"><font size="2"><span style="font-size:11pt;">
<div class="PlainText">A new version of Morphic was added to project The Inbox:<br>
<a href="http://source.squeak.org/inbox/Morphic-ct.2011.mcz">http://source.squeak.org/inbox/Morphic-ct.2011.mcz</a><br>
<br>
==================== Summary ====================<br>
<br>
Name: Morphic-ct.2011<br>
Author: ct<br>
Time: 17 June 2022, 12:47:31.817649 pm<br>
UUID: 856b7484-f46f-bb42-b3fe-7b85b17694c3<br>
Ancestors: Morphic-mt.2007<br>
<br>
Corrects documentation for Morph >> #startDrag:. Please review briefly.<br>
<br>
=============== Diff against Morphic-mt.2007 ===============<br>
<br>
Item was changed:<br>
  ----- Method: Morph>>startDrag: (in category 'event handling') -----<br>
  startDrag: evt<br>
+        "Handle a drag event when the user moves the cursor over the receiver while pressing and holding the red button. This message is only sent to clients that request it by sending #waitForClicksOrDrag:event: to the initiating hand in their mouseDown:
 method. This default implementation does nothing."<br>
-        "Handle a double-click event. This message is only sent to clients that request it by sending #waitForClicksOrDrag:event: to the initiating hand in their mouseDown: method. This default implementation does nothing."<br>
  <br>
         self eventHandler ifNotNil:<br>
                 [self eventHandler startDrag: evt fromMorph: self].!<br>
<br>
<br>
</div>
</span></font></div>
</body>
</html>