diff --git a/upptst/TestChStyle/Sample.cpp b/upptst/TestChStyle/Sample.cpp index 6ddcff9bb..b043e9a56 100644 --- a/upptst/TestChStyle/Sample.cpp +++ b/upptst/TestChStyle/Sample.cpp @@ -8,9 +8,9 @@ void Sample::Paint(Draw& w) // ChPaint(w, 10, 10, 100, 20, CtrlsImg::EFE()); // ChPaint(w, 101, 0, 17, 23, DropList::StyleDefault().rmiddle[0]); #ifdef _DEBUG - w.DrawImage(10, 10, (Image)GetChameleonSample()); - w.DrawImage(150, 10, Magnify((Image)GetChameleonSample(), 4, 4)); - w.DrawImage(10, 50, CtrlsImg::O1d()); +// w.DrawImage(10, 10, (Image)GetChameleonSample()); +// w.DrawImage(200, 10, Magnify((Image)GetChameleonSample(), 4, 4)); + w.DrawImage(200, 10, CtrlsImg::HorzPos()); #endif // ChPaint(w, 10, 10, 32, 32, GetChameleonSample());