<div dir="auto">Okay for the time being and certainly not worse.<div dir="auto"><br></div><div dir="auto">But eventually these dialogs ought to send a message when they are accepted, to continue the workflow.</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr"> <<a href="mailto:commits@source.squeak.org">commits@source.squeak.org</a>> schrieb am Di., 14. Jan. 2020, 13:58:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Christoph Thiede uploaded a new version of Monticello to project The Inbox:<br>
<a href="http://source.squeak.org/inbox/Monticello-ct.712.mcz" rel="noreferrer noreferrer" target="_blank">http://source.squeak.org/inbox/Monticello-ct.712.mcz</a><br>
<br>
==================== Summary ====================<br>
<br>
Name: Monticello-ct.712<br>
Author: ct<br>
Time: 14 January 2020, 1:58:10.168813 pm<br>
UUID: c048116c-f5ca-8c4d-adab-34d19467565a<br>
Ancestors: Monticello-cmm.708<br>
<br>
Reuse ToolBuilder utility in MCTool >> #showModally<br>
<br>
=============== Diff against Monticello-cmm.708 ===============<br>
<br>
Item was changed:<br>
  ----- Method: MCTool>>showModally (in category 'morphic ui') -----<br>
  showModally<br>
        modalProcess := Processor activeProcess.<br>
        self window openInWorldExtent: self defaultExtent.<br>
+       ToolBuilder default runModal: self window.<br>
-       [self window world notNil] whileTrue: [<br>
-               self window outermostWorldMorph doOneCycle.<br>
-       ].<br>
        morph := nil.<br>
        ^ modalValue!<br>
<br>
<br>
</blockquote></div>