-
Notifications
You must be signed in to change notification settings - Fork 131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Method for reset skintype to default. #178
Comments
Hmm...not really thought about changing skins at runtime but I already have a method to reset the default skin parameters. Will implement something to fix that issue, thx for the hint 👍🏻 |
Ok, is that reset method (method name?) already in Medusa 11.2 or it would be committed? |
Nope not yet, it will be in 11.3 |
The last commit contains a new public method on the Gauge class which is called reInit(). This method will reset the ui parameters. It will automatically be called when you switch the skin by calling setSkinType(). You could also call this method manually before you set another skin. |
On Maven repository is still 11.2 and I can't see changes in Gauge class. |
yep...I did not create a new release yet, so the changes are only in the repo and not on maven central |
Ok, are you planned to increase version soon? |
I usually wait before I create a new release to not create a release for every issue |
I understand, so anyway thank you for this commit and we will cooperate in the future for some improvement on your application. |
Hi there,
if I set DASHBOARD SKIN for example and then change skin to PLAIN_AMP everything is ok,but when I change again to DASHBOARD it holds white background from previous skin.
This is just for example it is also problem with other skin parameters, not just background.
Is there any method for reset skin parameters to default or to clear parameters which previous skin was set?
Thank you in advance.
Sincerely
Milos
The text was updated successfully, but these errors were encountered: