eclipse / nebula

Nebula Project
https://eclipse.org/nebula
Eclipse Public License 2.0
85 stars 98 forks source link

Transform not disposed on the AnalogClockPainter #556

Closed jdumont-a4t closed 8 months ago

jdumont-a4t commented 8 months ago

In the AnalogClockPainter class, it seems that a created Transform is never disposed : (line 83) Transform o = new Transform(e.display);

May this can be corrected in the 3.1.1 ?

lcaron commented 8 months ago

Bug fixed in Nebula 3.1.1 :)

Thank you for reporting, and feel free to contribute to Nebula.

vsennedot commented 2 months ago

It seems that removing the Transform causes problems: the AM/PM button is not visible and the current date panel follows the angle of the hour hand.