pharo-graphics / Toplo

A widget framework on top of Bloc
MIT License
17 stars 8 forks source link

Button not updated at creation #70

Closed Enzo-Demeulenaere closed 11 months ago

Enzo-Demeulenaere commented 11 months ago

Hello I found out that a button doesn't seem updated when created.

For example in this snippet :

button := ToButton new beVertical
                  size: 100@100;
                  iconImage: (BlElement new background: Color purple) ;
                  labelText: 'test'.

button openInSpace

When executing you will see the button and its purple square icon but the label 'test' will appear only after hovering the mouse on the button. I thought maybe it's an issue, maybe I just have to send some update message to it but I wanted to talk about it in case you didn't see it.

Enzo

plantec commented 11 months ago

Hello, It works here. cans you try with a Toplo fresh image

Enzo-Demeulenaere commented 11 months ago

Indeed I was on another branch and I didn't see I was missing some commits sorry