- added ability for the app to detect the current DPI used on the screen; applied this information in the Film Tool when exporting PNG files

- found that Pillow v >= 7.2 breaks Reportlab 3.5.53 (latest version) and creates an error in Film Tool when exporting PNG files. Pillow 7.2 still works.
This commit is contained in:
Marius Stanciu
2020-10-25 02:42:47 +03:00
committed by Marius
parent b699f67855
commit 1b8f711d8e
4 changed files with 15 additions and 12 deletions

View File

@@ -90,6 +90,6 @@ if __name__ == '__main__':
style = settings.value('style', type=str)
app.setStyle(style)
fc = App()
fc = App(qapp=app)
sys.exit(app.exec_())
# app.exec_()