mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-03 08:48:40 +02:00
[qt6] Stop enabling HighDpiScaling which is now deprecated
This commit is contained in:
parent
3ff279d99a
commit
570d88e040
1 changed files with 0 additions and 2 deletions
|
@ -202,8 +202,6 @@ class MeshroomApp(QApplication):
|
|||
}
|
||||
logging.getLogger().setLevel(logStringToPython[args.verbose])
|
||||
|
||||
QApplication.setAttribute(Qt.AA_EnableHighDpiScaling)
|
||||
|
||||
super(MeshroomApp, self).__init__(QtArgs)
|
||||
|
||||
self.setOrganizationName('AliceVision')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue