> Write the very smallest possible program that compiles and exhibits the fau=
> lt, then post it here, so we can see what you are doing and how.

This may be unrelated to the gentleman's problem with changing text color, but 
I found a background color change in the plastic scheme with the latest 
snapshot of fltk-1.3.x .

To recreate the problem, simply take hello.cxx from the test directory and add 
the line

window->color(FL_WHITE);

before the

window->show(argc, argv);

Now, compile hello.cxx with fltk-config under the current 1.3.x snapshot, 
rename the executable from "hello" and then compile hello.cxx again under 
1.1.10.  Invoke both "hello"s with the plastic scheme and notice the color 
muting is not applied to the latest snapshot's rendition of the window 
background color, but is applied with 1.1.10.  This is what I think changed in 
the current snapshot.  I don't consider it a serious problem, but I do not 
understand the basis for the change.
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to