From ff96e823a1431305dc1e866b3d55e984fd3bbfb5 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Mon, 11 Apr 2022 16:58:21 +0000 Subject: [PATCH] Create Multi display support broken in 67.0.0 --- Multi-display-support-broken-in-67.0.0.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Multi-display-support-broken-in-67.0.0.md diff --git a/Multi-display-support-broken-in-67.0.0.md b/Multi-display-support-broken-in-67.0.0.md new file mode 100644 index 0000000..26f608f --- /dev/null +++ b/Multi-display-support-broken-in-67.0.0.md @@ -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. \ No newline at end of file