eclipse-scout / scout.rt

https://www.eclipse.org/scout/
Eclipse Public License 2.0
34 stars 39 forks source link

ChartFieldTile: fix colorScheme if tileWidget changes #1089

Closed fschinkel closed 2 months ago

fschinkel commented 2 months ago

The colorScheme of the ChartFieldTile is always transferred to the chart. The tile listens to all changes of the charts config and adjusts the colorScheme accordingly. In addition, the tile needs to update the colorScheme if the tileWidget changes.

390174