Tiny Core Base > TCB Bugs

FTLK theme is hard-coded in some GUIs

(1/1)

florian:
I like the plastic Fltk theme quite much (shiny eye candy :D) and thus have added this line to my .Xdefault:
--- Code: ---fltk*scheme: plastic
--- End code ---
This works well for most GUIs, however I have noticed some of the small fltk GUI programs still don't appear with the theme I have chosen.

I have traced the issue back to the code of some the small GUIs where the theme is hard-coded as follow:

--- Code: ---Fl::scheme("gtk+");
--- End code ---
Could it be possible to remove those explicit theme settings in order not to override the user's settings?

roberts:
Sure. Will be done.

Completed in rc5.

Navigation

[0] Message Index

Go to full version