Nifty listbox selection and OpenGL1

I am using the LWJGL_OPENGL1 renderer. Everything works fine except of the listbox: The default font color is white instead of black and it doesn’t switch to yellow on selection. The general highliting/focus of the row is working. The missing colorchange on selection is a serious usability issue especially with multiple selection listboxes: you cannot see if a row got deselected, because the row stays focussed until you click another row. It must be a JME problem because it doesnt occur when using nifty (and OpenGL1) without JME. I know OpenGL1 isn’t officially supported by JME but any help would be appreciated :slight_smile:





Edit: textcolor changes dont work in general.