dolphinsmalltalk / Dolphin

Dolphin Smalltalk Core Image
MIT License
301 stars 58 forks source link

Open new shells on user's active monitor by default #1140

Closed blairmcg closed 3 years ago

blairmcg commented 3 years ago

As suggested in #1116.

Also:

  1. Simplify DisplayMonitor class>>active as the trick to identify when the program manager has activation is trying to be too clever, and doesn't work on Windows 11.
  2. Ensure that View/Test on a dialog will open the dialog on the same monitor as the View Composer (specific handling is required because when a Dialog is created using the Windows API , it takes activation).