[Gambas-user] Issue 181 in gambas: Crash with certain menu caption.
gambas at ...2524...
gambas at ...2524...
Wed Feb 22 02:07:04 CET 2012
Comment #7 on issue 181 by jussi.la... at ...626...: Crash with certain menu
caption.
http://code.google.com/p/gambas/issues/detail?id=181
Problem still persist with r4493.
Also I have no problems with other GTK+ programs, only those made with
Gambas.
I reverted back to r4255, and everything works as expected...
And so I made tests, r4338 works and r4339 do not work.
I think the significant difference is in file gcontrol.cpp, line 1462.
It was: return COLOR_DEFAULT;
Now it is: return gDesktop::bgColor();
Fits to the stack from gdb.
More information about the User
mailing list