mastodon-sc / mastodon-sciview

A bridge between Mastodon and sciview
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

the color of sciview is also changed when changing its timestamp #6

Open RuoshanLan opened 3 years ago

RuoshanLan commented 3 years ago

We should find a way to avoid the color being affected by the change of timestamp.

RuoshanLan commented 3 years ago

In the current code, restoreVolumeColor function (https://github.com/mastodon-sc/mastodon-sciview/blob/dev/src/main/java/org/mastodon/tomancak/DisplayMastodonData.java#L264) is used to avoid color changing when modifying the time. However, is there someway to avoid the change radically?