Closed dheijl closed 3 months ago
It should be possible. I’ll try to implement it tomorrow. FLTK creates the colormap on initialization and exposes it as a global. fltk-theme could store the default colormap, and provide a reload_theme function which restores it.
I have added:
fltk_theme::reset_color_map();
in version 0.7.3
Thank you very much! I'll try it out asap.
Thanks again, problem solved!
without restarting the application?