Page 1 of 1

[fixed]mouse cursor inverted and small, widget small either

Posted: Sat Apr 04, 2015 11:23
by nicoo
hi,
here a screen :
Image

if I move the mouse to up the cursor, it's actualy down on the window, and the cursor looks inverted (It's not obvious on the screenshot)

I didn't updated this project since last september. I thought a conflict between two cegui version, but I recompiled everyhting (cegui 0.8.4 stable release) on two computers after havng removed all cegui version on my system, both computers give the same result.

I'm using OSG right now, but some days ago, before I recompiled, I was still using OpenGL directly and got the same result.

the code of my gui can be found here : https://bitbucket.org/nicooplusplus/boo ... ?at=master

/nicoo

Re: bug, mouse cursor inverted and small, widget small eithe

Posted: Sat Apr 04, 2015 11:57
by lucebac
This problem was already reported here:
https://bitbucket.org/cegui/cegui/issue/1063/openglrenderer-on-linux-renders-cegui

A fix for this is available through the main repo. Just checkout https://bitbucket.org/cegui/cegui via mercurial and do a "hg update v0-8". Then rebuild and everything should be fine now.

Re: bug, mouse cursor inverted and small, widget small eithe

Posted: Sat Apr 04, 2015 13:01
by nicoo
Image

thank you! I was scared to have mess with something very nasty...