divyang4481 / bizhawk

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

RAM Watch Icon becomes EmuHawk's TaskBar Icon #334

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Have a ROM and RAM Watch on AutoLoad and have them be valid.
2. Open EmuHawk
3. The Ram Watch Icon is the "Icon" for EmuHawk

What is the expected output? What do you see instead?
EmuHawk's Taskbar Icon to be the first one/on top.

Original issue reported on code.google.com by hegyak on 1 Dec 2014 at 5:55

GoogleCodeExporter commented 9 years ago
Confirmed. The icons for the individual windows are fine but the RAM Watch 
window opens before the main window, and with taskbar button combining enabled 
apparently Windows uses the icon of the first window that opens for the group. 
The fix would be to move the window auto-loading out of the main form's 
constructor and into its Shown event (Load is still too early).

Original comment by jdpurcell on 29 Dec 2014 at 4:49