Create Multi display support broken in 67.0.0

Moritz Bunkus 2022-04-11 16:58:21 +00:00
parent 992a626964
commit ff96e823a1

@ -0,0 +1,12 @@
# Multi-display support is broken/weird in 67.0.0
This mostly (only?) applies to Windows. Symptoms are:
* the GUI doesn't open on the display you want it to open at all
* the menus only open on one display, most likely not the one the GUI's main window is shown on
The issue seems to be due to the switch from Qt 5 to Qt 6. MKVToolNix itself doesn't handle window & menu placement at all; it's all up to Qt.
## Workaround
New [continuous builds](https://mkvtoolnix.download/windows/continuous/) are available that are built with Qt 5 again, fixing the multi-display support. The next release, v68, will also be done using Qt 5 until Qt 6's multi-displayed support has matured enough.