tongle between themes

Started by billarhos, 24 September 2015, 18:39:42

billarhos

Hi,
Many thanks for that great gui.

I have a situation when toggle between themes. The situation arise when u toggle between  a theme that have a png image and a theme that don't have any image.
The problem is that when u load again the theme that does not come along with an image, widgets have keep image source from the previous imaged theme.
For instance this is happening on "Button" widget.
I use theme->reload() function to do toggling.

thanks
billarhos


texus

Widget properties were indeed not reset when reloading. You should download the latest version from github and rebuild the library with cmake.

billarhos

Ok done. Now can toggle. Thanks