Display-Lock
Display-Lock copied to clipboard
Window will not get focus when clicking in main area
The Main Window will not get focus by clicking into the main window area.
Clicking anywhere should cause the window to take focus.
This is not caused by adding the system tray. This behaved this way in 2.0.0
This issue is likely caused by children windows being drawn in the main window.
Will likely need to handle mouse clicks inside the children windows and set focus to the parent window.
The likely solution is drawing the tabs manually instead of from a resource. The tab windows should be fine to show a resource object.