igvteam / igv

Integrative Genomics Viewer. Fast, efficient, scalable visualization tool for genomics data and annotations
https://igv.org
MIT License
646 stars 387 forks source link

Fix issue1512 #1590

Closed kunmonster closed 1 month ago

kunmonster commented 1 month ago

This commit is for fixing the issue #1512 with the solution from jrobinso in #1588 , the changes are as follows.

  1. Get the configurations of all screens.
  2. Check whether user preference is null.
  3. Check whether (x, y) in user preference is within a certain screen.

fix

other behaviors

Please review the code and test it in the macos.

jrobinso commented 1 month ago

Nice. Sorry for the delay.

kunmonster commented 1 month ago

Nice. Sorry for the delay.

Not matter.Thank you.