InfiniteInvo

InfiniteInvo

405k Downloads

Custom slots not clearing color when drawn.

kirderf1 opened this issue ยท 1 comments

commented

When used for a container with for example buttons, the GL color is left as the color of the string of the previous button. Thus drawing the slots in an other color. This can be easily solved by calling GL11.glColor4f(1.0F, 1.0F, 1.0F, 1.0F); before drawing stuff in the InvoScrollBar class.

commented

Thanks for finding this, especially pointing out exactly where I messed up. I credited you in the changelog