<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from text --><style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style>
</head>
<body>
<meta content="text/html; charset=UTF-8">
<style type="text/css" style="">
<!--
p
        {margin-top:0;
        margin-bottom:0}
-->
</style>
<div dir="ltr">
<div id="x_divtagdefaultwrapper" dir="ltr" style="font-size:12pt; color:#000000; font-family:Calibri,Helvetica,sans-serif">
<p>Ah, thank you! This one was really confusing ... <span>😊</span></p>
<p><span><br>
</span></p>
<p><span>Best,</span></p>
<p><span>Christoph</span></p>
</div>
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="x_divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>Von:</b> Squeak-dev <squeak-dev-bounces@lists.squeakfoundation.org> im Auftrag von commits@source.squeak.org <commits@source.squeak.org><br>
<b>Gesendet:</b> Montag, 14. Februar 2022 10:56:11<br>
<b>An:</b> squeak-dev@lists.squeakfoundation.org; packages@lists.squeakfoundation.org<br>
<b>Betreff:</b> [squeak-dev] The Trunk: System-mt.1312.mcz</font>
<div> </div>
</div>
</div>
<font size="2"><span style="font-size:10pt;">
<div class="PlainText">Marcel Taeumel uploaded a new version of System to project The Trunk:<br>
<a href="http://source.squeak.org/trunk/System-mt.1312.mcz">http://source.squeak.org/trunk/System-mt.1312.mcz</a><br>
<br>
==================== Summary ====================<br>
<br>
Name: System-mt.1312<br>
Author: mt<br>
Time: 14 February 2022, 10:56:07.505768 am<br>
UUID: d4976d9c-d3c1-394c-b293-c9427cf3a8c7<br>
Ancestors: System-mt.1311<br>
<br>
Fixes the bug where Morphic windows on other than the current project where not scaled on display-scale changes.<br>
<br>
=============== Diff against System-mt.1311 ===============<br>
<br>
Item was changed:<br>
  ----- Method: UserInterfaceTheme>>scaleMorphicToolsBy: (in category 'private - fonts') -----<br>
  scaleMorphicToolsBy: factor<br>
  <br>
-        Project current isMorphic ifFalse: [^ self].<br>
         (factor closeTo: 1) ifTrue: [^ self].<br>
         <br>
+        (Project respondsTo: #allMorphicProjects) ifTrue: [<br>
+                Project allMorphicProjects do: [:ea |<br>
+                        ea world submorphs<br>
+                                select: [:morph | morph isSystemWindow]<br>
+                                thenDo: [:window | window displayScaleChangedBy: factor] ]].!<br>
-        Project current world submorphs<br>
-                select: [:morph | morph isSystemWindow]<br>
-                thenDo: [:window | window displayScaleChangedBy: factor].!<br>
<br>
<br>
</div>
</span></font>
</body>
</html>