[Pkg] The Trunk: Morphic-mt.955.mcz

commits at source.squeak.org commits at source.squeak.org
Fri May 1 16:00:07 UTC 2015


Marcel Taeumel uploaded a new version of Morphic to project The Trunk:
http://source.squeak.org/trunk/Morphic-mt.955.mcz

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

Name: Morphic-mt.955
Author: mt
Time: 1 May 2015, 5:59:25.636 pm
UUID: 50c62168-fb76-e34e-955b-dc488b84049b
Ancestors: Morphic-mt.954

Flag about a performance issue in scroll bars added. We should improve that at some point.

=============== Diff against Morphic-mt.954 ===============

Item was changed:
  ----- Method: ScrollBar>>sliderColor: (in category 'access') -----
  sliderColor: aColor 
  	"Change the color of the scrollbar to go with aColor."
  	| buttonColor |
  	super sliderColor: aColor.
  	self updateSliderColor: aColor.
  	buttonColor := self thumbColor.
  	
  	self menuButton color: aColor.
  	upButton color: aColor.
  	downButton color: aColor.
  	
  	self class updateScrollBarButtonsAspect: {self menuButton. upButton. downButton} color: aColor.
  	
+ 	self flag: #performance. "mt: This is slow..."
  	self updateMenuButtonImage.
  	self updateUpButtonImage.
  	self updateDownButtonImage.!



More information about the Packages mailing list