git-svn-id: svn://ultimatepp.org/upp/trunk@9618 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2016-03-20 18:31:26 +00:00
parent 06d986c4fe
commit 4fa578feaf

View file

@ -33,10 +33,12 @@ TestChStyle::TestChStyle()
Dc(dc_readonly);
Dc(dc_disabled);
dc_disabled.Disable();
#ifdef CPP_11
standard << [] { Ctrl::SetSkin(ChStdSkin); };
classic << [] { Ctrl::SetSkin(ChClassicSkin); };
host << [] { Ctrl::SetSkin(ChHostSkin); };
#endif
}
GUI_APP_MAIN