diff --git a/lab16/lab16/lab16.cpp b/lab16/lab16/lab16.cpp index 50f9aef..c0bc962 100644 --- a/lab16/lab16/lab16.cpp +++ b/lab16/lab16/lab16.cpp @@ -325,7 +325,7 @@ void drawBottomBar(HDC hdc) { CLIP_DEFAULT_PRECIS, PROOF_QUALITY, VARIABLE_PITCH, TEXT("Consolas")); SelectObject(hdc, hFont); - SetTextColor(hdc, RGB(0, 0, 0)); + SetTextColor(hdc, RGB(78, 201, 176)); //SetBkColor(hdc, RGB(255, 0, 0)); SetBkMode(hdc, TRANSPARENT); DrawTextA(hdc, gold_string, -1, &itemrect, (DT_SINGLELINE | DT_TOP | DT_LEFT));