Display-Lock icon indicating copy to clipboard operation
Display-Lock copied to clipboard

Window will not get focus when clicking in main area

Open Stateford opened this issue 7 years ago • 3 comments

The Main Window will not get focus by clicking into the main window area.

Clicking anywhere should cause the window to take focus.

Stateford avatar Sep 23 '18 03:09 Stateford

This is not caused by adding the system tray. This behaved this way in 2.0.0

Stateford avatar Sep 23 '18 03:09 Stateford

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.

Stateford avatar Sep 23 '18 03:09 Stateford

The likely solution is drawing the tabs manually instead of from a resource. The tab windows should be fine to show a resource object.

Stateford avatar Sep 29 '18 11:09 Stateford