Label Component Text Entry Not Following Alignment
-
I can't get the label component text entry to follow the alignment property of the label. This results in a label with right alignment to have its text swapped over to the other side when clicking on it.
It seems that the default label value entry text position is top left.
IIRC Modal text input allows for alignment of value entry.
Is there a reason why the label's value entry isn't following its alignment property? When clicking on the label, the text should stay where it is.
This is a bit of a design nightmare.
-
@aaronventure I had the same issues too. Does this occur in the exported plugin? Or in HISE?
-
-
Yeah, I thought I fixed that at some point (this is JUCE default behaviour so I had to subclass the Label anyways) and with the CSS renderer it should apply the justification to both editor and label.
Anyways, it's fixed now. Good stuff.