<body><div id="__MailbirdStyleContent" style="font-size: 10pt;font-family: Arial;color: #000000">
                                        Hi Christoph.<div><br></div><div>For the user, it is just a button. All buttons should behave in a similar fashion.</div><div><br></div><div>Best,</div><div>Marcel</div><div class="mb_sig"></div><blockquote class="history_container" type="cite" style="border-left-style:solid;border-width:1px; margin-top:20px; margin-left:0px;padding-left:10px;">
                        <p style="color: #AAAAAA; margin-top: 10px;">Am 16.05.2020 20:49:10 schrieb commits@source.squeak.org <commits@source.squeak.org>:</p><div style="font-family:Arial,Helvetica,sans-serif">Christoph Thiede uploaded a new version of Morphic to project The Inbox:<br>http://source.squeak.org/inbox/Morphic-ct.1659.mcz<br><br>==================== Summary ====================<br><br>Name: Morphic-ct.1659<br>Author: ct<br>Time: 16 May 2020, 8:48:50.198708 pm<br>UUID: 49bbe6f6-5242-1b41-9823-d21b50d6b438<br>Ancestors: Morphic-nice.1658<br><br>Proposal: Have windows' menu box act on mouseDown rather than on mouseUp like the other boxes. This saves you another click and is more consistent to the usual menu flow in Squeak.<br><br>=============== Diff against Morphic-nice.1658 ===============<br><br>Item was changed:<br>  ----- Method: SystemWindow>>createMenuBox (in category 'initialization') -----<br>  createMenuBox<br>          ^ (self createBox: self class menuBoxImage)<br>           actionSelector: #offerWindowMenu;<br>+            setBalloonText: 'window menu' translated;<br>+            actWhen: #buttonDown;<br>+                yourself!<br>-            setBalloonText: 'window menu' translated!<br><br><br></div></blockquote>
                                        </div></body>