Does anyone know something about this problem:
In my application I'm using pixmaps. If there are two pixmaps with different color definitions sometimes the colors of other pixmaps are changeing.
Here is an example:
pixmap 1:
static char * xxx{
….
" c None",
" . c #FF0000",
"# c #0000FF",
….
in pixmap 2 the color definitions look like this:
static char * yyy{
…
" c None",
". c #00FF00",
"# c #AF0000",
…
if i show one pixmap more, sometimes it happens that the colors of the other pixmaps are changing.
chiao Rainer
P.S: I don't want to use the newest version of gtk and gtkmm before my application is running correctly.