forked from RomanKubiak/ctrlr
-
Notifications
You must be signed in to change notification settings - Fork 4
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
uiSlider value box font properties won't update when changed #68
Labels
bug
Something isn't working
Comments
Please first separate all those properties such as :
etc |
COPY the method for uiSliderValueFont as for uiSliderValueTextColour
AND don't forget to add the text properties in the function resetLookAndFeelOverrides() at the right place. |
FIXED on 18/02/25 for v5.6.32
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
REF : RomanKubiak#703 (reply in thread)
Font properties updating are missing from when Ctrlr was updated to JUCE v6.
I'll check how it was working in the 5.3.198 version, I have the code source somewhere for reference.
Those parameters should apply from this line of code :
CtrlrX/Source/UIComponents/CtrlrComponents/Sliders/CtrlrSlider.cpp
Line 291 in e8f5cff
But I don't remember exactly, there was a tricky part about the slider being able to be updated right away but the box with the values not... those being actually 2 different components.
The text was updated successfully, but these errors were encountered: