[squeak-dev] [5.3?] The Inbox: ToolBuilder-Morphic-ct.253.mcz

Thiede, Christoph Christoph.Thiede at student.hpi.uni-potsdam.de
Fri Jan 24 20:35:42 UTC 2020


This one is really simple and fixes an annoying regression. Good enough for 5.3? :-)


Best,

Christoph

________________________________
Von: Squeak-dev <squeak-dev-bounces at lists.squeakfoundation.org> im Auftrag von commits at source.squeak.org <commits at source.squeak.org>
Gesendet: Freitag, 24. Januar 2020 21:27 Uhr
An: squeak-dev at lists.squeakfoundation.org
Betreff: [squeak-dev] The Inbox: ToolBuilder-Morphic-ct.253.mcz

Christoph Thiede uploaded a new version of ToolBuilder-Morphic to project The Inbox:
http://source.squeak.org/inbox/ToolBuilder-Morphic-ct.253.mcz

==================== Summary ====================

Name: ToolBuilder-Morphic-ct.253
Author: ct
Time: 24 January 2020, 9:27:31.738262 pm
UUID: e0810ef0-e633-2047-bdda-a69a7c14f9a9
Ancestors: ToolBuilder-Morphic-mt.251

Fix a regression in ListMultipleChooser that led to missing invalidations of the PluggableListMorphOfMany. Probably introduced by the recent refactoring of list morphs.

To reproduce, run the following snippet and select multiple items (but don't move the cursor after clicking):

        Project uiManager chooseMultipleFrom: #(foo bar)

Only the first selection event triggered a #change before.

=============== Diff against ToolBuilder-Morphic-mt.251 ===============

Item was changed:
  ----- Method: ListMultipleChooser>>selectionAt:put: (in category 'accessing') -----
  selectionAt: index put: boolean

         self selection at: index put: boolean.
+        self changed: #selectionAt:!
-        self changed: #selectedIndex!


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20200124/738688d6/attachment-0001.html>


More information about the Squeak-dev mailing list