The Inbox: ToolBuilder-Morphic-cbc.191.mcz

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

The Inbox: ToolBuilder-Morphic-cbc.191.mcz

commits-2
A new version of ToolBuilder-Morphic was added to project The Inbox:
http://source.squeak.org/inbox/ToolBuilder-Morphic-cbc.191.mcz

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

Name: ToolBuilder-Morphic-cbc.191
Author: cbc
Time: 6 February 2017, 11:17:00.016517 am
UUID: 4644549a-9c94-4041-999d-b6647933c2b1
Ancestors: ToolBuilder-Morphic-topa.190

Fix so that PluggableTreeMorph obeys the Theme color selected, instead of setting the pane White.

=============== Diff against ToolBuilder-Morphic-topa.190 ===============

Item was changed:
  ----- Method: PluggableTreeMorph>>indicateUnfiltered (in category 'filtering') -----
  indicateUnfiltered
+ self color: (self userInterfaceTheme color ifNil: [Color white]).
- self color: Color white.
  scroller submorphsDo: [:m |
  m visible: true; backgroundColor: nil].
  self adjustSubmorphPositions.!