<body><div id="__MailbirdStyleContent" style="font-size: 10pt;font-family: Arial;color: #000000;text-align: left" dir="ltr">
                                        Hi Christoph --<div><br></div><div>Hmm... please extend "MorphicProject >> #restoreDisplay" and maybe update that menu item in the world menu. We already have such a feature.</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 06.12.2021 17:49:23 schrieb commits@source.squeak.org <commits@source.squeak.org>:</p><div style='font-family:Arial,Helvetica,sans-serif'>A new version of System was added to project The Inbox:<br>http://source.squeak.org/inbox/System-ct.1265.mcz<br><br>==================== Summary ====================<br><br>Name: System-ct.1265<br>Author: ct<br>Time: 6 December 2021, 5:49:08.242522 pm<br>UUID: ee660bd8-5ddd-a94c-956f-540d59d42492<br>Ancestors: System-mt.1264<br><br>Proposal: Add "fixUpMorphErrors" to the "Do" menu.<br><br>I did not want to run #initializeCommonRequestStrings in the postscript because it would revert all of your existing adjustments to the list. The change will become visible after cleaning up the image, e.g., via ReleaseBuilder.<br><br>Supersedes System-ct.1135.<br><br>=============== Diff against System-mt.1264 ===============<br><br>Item was added:<br>+ ----- Method: Utilities class>>fixUpMorphErrors (in category 'miscellaneous') -----<br>+ fixUpMorphErrors<br>+ <br>+         Project current world allMorphsDo: [:m |<br>+             m resumeAfterDrawError.<br>+              m resumeAfterLayoutError.<br>+            m wantsSteps ifTrue: [m resumeAfterStepError]]!<br><br>Item was changed:<br>  ----- Method: Utilities class>>initializeCommonRequestStrings (in category 'common requests') -----<br>  initializeCommonRequestStrings<br>   "Initialize the common request strings, a directly-editable list of expressions that can be evaluated from the 'do...' menu."<br>  <br>   CommonRequestStrings := StringHolder new contents: <br>  'Utilities emergencyCollapse.<br>  Utilities closeAllDebuggers.<br>  RecentMessages default revertMostRecent.<br>  -<br>  MCFileBasedRepository flushAllCaches<br>  -<br>  Sensor keyboard.<br>  ParagraphEditor abandonChangeText.<br>  Cursor normal show.<br>+ Utilities fixUpMorphErrors.<br>  -<br>  CommandHistory resetAllHistory.<br>  Project allInstancesDo: [:p | p displayDepth: 16].<br>  ScriptingSystem inspectFormDictionary.<br>  Form fromUser bitEdit.<br>  Display border: (0@0 extent: 640@480) width: 2.<br>  -<br>  Undeclared inspect.<br>  Undeclared removeUnreferencedKeys; inspect.<br>  Transcript clear.<br>  GIFReadWriter grabScreenAndSaveOnDisk.<br>  FrameRateMorph new openInHand.<br>  -<br>  Utilities reconstructTextWindowsFromFileNamed: ''TW''.<br>  Utilities storeTextWindowContentsToFileNamed: ''TW''.<br>  ChangeSet removeEmptyUnnamedChangeSets.<br>  ChangesOrganizer reorderChangeSets.<br>  -<br>  ActiveWorld installVectorVocabulary.<br>  ActiveWorld abandonVocabularyPreference.'<br>  <br>  "Utilities initializeCommonRequestStrings"!<br><br><br></div></blockquote>
                                        </div></body>