<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p>Hi all,</p>
<p><br>
</p>
<p>did you know the implementation of HandMorph >> #visible:?</p>
<p><br>
</p>
<blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;">
<p></p>
<div>visible: aBoolean</div>
<p></p>
<p></p>
<div><span style="white-space:pre"></span>self needsToBeDrawn ifFalse: [ ^self ].</div>
<p></p>
<p></p>
<div><span style="white-space:pre"></span>super visible: aBoolean</div>
<p></p>
</blockquote>
<p></p>
<div></div>
<br>
<p></p>
<p>This is just bothering me as I am trying to hide my hand before I attach some morph to it, so it does not yet need to be drawn.</p>
<p>Is this logic anywhere in use?</p>
<p>I already have played with #needsToBeDrawn in the past (remember XmasDecorations? ;)), and it should be a protocol between WorldState and HandMorph, only. But I cannot find any affected sender of #visible: in WorldState; the only one is #<span>restoreMorphicDisplay
 which does not relate to #needsToBeDrawn as far as I can see.</span></p>
<p><span><br>
</span></p>
<p><span>Do you think we can nuke this override?</span></p>
<p><span><br>
</span></p>
<p><span>Best,</span></p>
<p><span>Christoph</span></p>
<div id="Signature">
<div id="divtagdefaultwrapper" dir="ltr" style="font-size: 12pt; color: rgb(0, 0, 0); font-family: Calibri, Helvetica, sans-serif, EmojiFont, "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols;">
<div name="divtagdefaultwrapper" style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:; margin:0">
<div><font size="2" color="#808080"></font></div>
</div>
</div>
</div>
</div>
</body>
</html>