summaryrefslogtreecommitdiffstats
path: root/gui/lwjglselectdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gui/lwjglselectdialog.cpp')
-rw-r--r--gui/lwjglselectdialog.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/lwjglselectdialog.cpp b/gui/lwjglselectdialog.cpp
index 4518e8cd..09963ce0 100644
--- a/gui/lwjglselectdialog.cpp
+++ b/gui/lwjglselectdialog.cpp
@@ -16,6 +16,7 @@
#include "MultiMC.h"
#include "lwjglselectdialog.h"
#include "ui_lwjglselectdialog.h"
+#include "gui/platform.h"
#include "logic/lists/LwjglVersionList.h"
@@ -23,6 +24,7 @@ LWJGLSelectDialog::LWJGLSelectDialog(QWidget *parent) :
QDialog(parent),
ui(new Ui::LWJGLSelectDialog)
{
+ MultiMCPlatform::fixWM_CLASS(this);
ui->setupUi(this);
ui->labelStatus->setVisible(false);
auto lwjgllist = MMC->lwjgllist();