The Trunk: Morphic-kfr.896.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: Morphic-kfr.896.mcz

commits-2
Karl Ramberg uploaded a new version of Morphic to project The Trunk:
http://source.squeak.org/trunk/Morphic-kfr.896.mcz

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

Name: Morphic-kfr.896
Author: kfr
Time: 18 April 2015, 9:17:24.71 pm
UUID: c29a78b1-ddea-4743-af80-4529b72d402f
Ancestors: Morphic-mt.895

missing method

=============== Diff against Morphic-mt.895 ===============

Item was added:
+ ----- Method: LazyListMorph class>>listPreSelectionColor: (in category 'preferences') -----
+ listPreSelectionColor: aColor
+
+ ListPreSelectionColor := aColor.
+ World invalidRect: World bounds from: World.!


Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: Morphic-kfr.896.mcz

marcel.taeumel (old)
Hmm.... "World invalidRect: World bounds from: World" might be changed to "ActiveWorld changed." to achieve the same. :)

Best,
Marcel
Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: Morphic-kfr.896.mcz

Karl Ramberg
I just copied  what was used in the already implemented color methods in LazyListMorph

Karl

On Sun, Apr 19, 2015 at 7:14 AM, Marcel Taeumel <[hidden email]> wrote:
Hmm.... "World invalidRect: World bounds from: World" might be changed to
"ActiveWorld changed." to achieve the same. :)

Best,
Marcel



--
View this message in context: http://forum.world.st/The-Trunk-Morphic-kfr-896-mcz-tp4820429p4820473.html
Sent from the Squeak - Dev mailing list archive at Nabble.com.