Files
flatcam-wsl/appMain.py
Damian Wrobel 7400329b44 Fix object has no attribute 'availableGeometry'
Fixes:
  Traceback (most recent call last):
    File "flatcam.py", line 174, in <module>
      fc = App(qapp=app)
           ^^^^^^^^^^^^^
    File "appMain.py", line 695, in __init__
      current_screen_center = screen.availableGeometry().center()
                              ^^^^^^^^^^^^^^^^^^^^^^^^
  AttributeError: 'NoneType' object has no attribute 'availableGeometry'

Signed-off-by: Damian Wrobel <dwrobel@ertelnet.rybnik.pl>
2024-01-11 21:57:50 +01:00

381 KiB