eulerlab/QDSpy

Screen overlay mode

teuler opened this issue · 2 comments

Issues

  1. When only one screen is attached, the overlay window appears somewhere "outside" screen one ... needs to be fixed.
  2. int_screen_width_pix = 0 in [Stage] needs to be 0 as if for full screen mode, otherwise activating bool_use_screen_overlay causes an error of some kind ...
  3. The GUI for changing the .ini file with respect to the overlay screen setting seems not to work yet
  4. int_screen_index_gui in [Overlay] is weird when !=0 ... ??
  5. With Python 3.7, terminating QDSpy causes RuntimeError: dictionary changed size during iteration, which is annoying but inconsequential, I think

RE 5. With Python 3.7, terminating QDSpy causes RuntimeError: dictionary changed size during iteration, which is annoying but inconsequential, I think
=> fixed

Issues 1-4 moved.