diff options
author | Stephan Bergmann <stephan.bergmann@allotropia.de> | 2025-01-28 08:21:20 +0100 |
---|---|---|
committer | Stephan Bergmann <stephan.bergmann@allotropia.de> | 2025-01-28 09:28:49 +0100 |
commit | eabe32cb1822f1150abdb4c44a9ca19d551c2ecf (patch) | |
tree | 7d5f42a5847d12a884076dfd519a331073c5d818 | |
parent | 5e3805934e882afe3b8a46902551b770616301a4 (diff) |
Fix "Remove a hack at least for Emscripten --enable-qt6"
...following up on 862e86d187c53ab077b672997ca8d9623396b962, where I had screwed
up (and thanks to Michael Weghorn for spotting)
Change-Id: I0e5c6b4c12b6609021fe8ff7e0ad092d736728db
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/180813
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <stephan.bergmann@allotropia.de>
-rw-r--r-- | vcl/qt5/QtFrame.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/qt5/QtFrame.cxx b/vcl/qt5/QtFrame.cxx index a8debeff5a8e..d717886f464e 100644 --- a/vcl/qt5/QtFrame.cxx +++ b/vcl/qt5/QtFrame.cxx @@ -272,7 +272,6 @@ QWindow* QtFrame::windowHandle() const case SystemEnvData::Platform::WASM: #if QT_VERSION < QT_VERSION_CHECK(6, 0, 0) // no idea, why Qt::WA_NativeWindow breaks the menubar for EMSCRIPTEN - pChild->setAttribute(Qt::WA_NativeWindow); break; #endif case SystemEnvData::Platform::Wayland: |