assetsense / gwtwindowmanager

Automatically exported from code.google.com/p/gwtwindowmanager
0 stars 0 forks source link

Changing themes doesn't update style of windows that have been minimized #59

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Load a theme
2. Have a minimized window
3. Change theme and open windows change as expected
4. If you open and then close minimized windows then works as expected.

Using 6.6

Used desktop.setTheme and get list of each frame and call setTheme. If I
desktop.deiconify(frame) and then desktop.iconfiy(frame) the theme is
updated in the minimized state but when you open the minimized window it
goes away and no exception messages are found.

Original issue reported on code.google.com by willi...@gmail.com on 11 Mar 2008 at 6:35