diff --git a/upptst/TestChStyle/TestChStyle.upp b/upptst/TestChStyle/TestChStyle.upp index 2cfa76aca..fb55d9098 100644 --- a/upptst/TestChStyle/TestChStyle.upp +++ b/upptst/TestChStyle/TestChStyle.upp @@ -8,5 +8,6 @@ file TestChStyle.lay; mainconfig - "" = "GUI"; + "" = "GUI", + "" = "GUI X11"; diff --git a/upptst/TestChStyle/main.cpp b/upptst/TestChStyle/main.cpp index 3e4f2fb86..ee37b7b5b 100644 --- a/upptst/TestChStyle/main.cpp +++ b/upptst/TestChStyle/main.cpp @@ -92,6 +92,6 @@ GUI_APP_MAIN { Ctrl::SetDarkThemeEnabled(); // Ctrl::SetSkin(ChStdSkin); - + TestChStyle().Run(); }