You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just do:
| finder |
finder := GLMFinder new.
finder with: [:f |
f
showFirst: [:a | a list];
show: [:a | a list display: [:x | 1 to: x]
]].
finder openOn: (1 to: 42).
And you will notice that as you scroll, the space between the finder panes is white
instead of transparent.
Reported by tudor@tudorgirba.com on 2013-07-17 19:36:30
The text was updated successfully, but these errors were encountered:
Originally reported on Google Code with ID 957
Reported by
tudor@tudorgirba.com
on 2013-07-17 19:36:30The text was updated successfully, but these errors were encountered: