Justification of ComboBox

Hello. I have a number of ComboBox’s in my program that are explicitly declared as Justification::centred. However, both the ComboBox and the drop-down remain Justified Left.

Eg:

a.setJustificationType (Justification::centred);

Thank you.

Thanks for reporting. This should be fixed on develop now with commit 98b76b5.

Thank you Fabian.