LayoutEditor missing mouse pointer (Linux)

uberkoch

20-10-2010 10:11:06

Hello,

I am using MyGui (lastest trunk) on linux (32 bit)
All compiles and works fine, except the LayoutEditor, which is missing the mouse pointer.
It is usable - menus are selectable, etc - but the mouse pointer is invisible.
Any ideas? Or am I doing something wrong.

It works fine in the SkinEditor and ImageSetViewer.

I also found 3 little bugs because of case sensitivity on linux.
Tools/LayoutEditor/Application.cpp line 113 initialize.xml needs to be capitalized
Tools/LayoutEditor/PanelControllers.cpp line 49 controllers.xml needs to be capitalized
Tools/SkinEditor/Application.cpp line 87 initialize.xml needs to be capitalized

I can send you a patch, but the forum does not allow to attach a .diff file.

Altren

20-10-2010 22:14:26

Yeah, this bug was reported yesterday viewtopic.php?f=17&t=13535
We had no time to fix it yet.
And thx for reporting about wrong case. I fixed that.

uberkoch

21-10-2010 09:40:03

Yeah, this bug was reported yesterday viewtopic.php?f=17&t=13535
We had no time to fix it yet.


Ah good, I was not sure whether that bug was related or identical.

Altren

21-10-2010 11:36:46

Fixed. And you was right - this is unrelated bug.
And by the way, new version of LayoutEditor wasn't tested under Linux, so feel free to tell is something looks strange.

uberkoch

21-10-2010 12:29:00

thx, works fine now.
If i come across any other oddities i will let you know.