Issue 6530 in pharo: [SPEC BUG]: Rows oversahdow previous rows

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

Issue 6530 in pharo: [SPEC BUG]: Rows oversahdow previous rows

pharo
Status: Accepted
Owner: [hidden email]
CC: [hidden email]
Labels: Type-Bug Target-Spec

New issue 6530 by [hidden email]: [SPEC BUG]: Rows oversahdow  
previous rows
http://code.google.com/p/pharo/issues/detail?id=6530

Pharo 1.4

SpecLayout composed
         newRow: [ :spec1 | spec1
                 add: #debugModeSwitch ] height: 30;
         newRow: [ :spec2 | spec2
                 add: #jobListModel ] "origin: 0@0 corner: 1@1 offsetOrigin:  
0@30 offsetCorner: 0@0";
         yourself.

If I uncomment the comment, it lays out okay. With that part commented out,  
the second row covers the whole window and blocks out the first.


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker