From a52da9d4b21105aa797715a77dca437937ebfe2b Mon Sep 17 00:00:00 2001 From: cxl Date: Sat, 11 Jan 2020 16:48:14 +0000 Subject: [PATCH] .upptst git-svn-id: svn://ultimatepp.org/upp/trunk@13856 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- upptst/TestChStyle/TestChStyle.upp | 3 ++- upptst/TestChStyle/main.cpp | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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(); }