From 7a56ea2931404893ab5dbd9df54a2083acfcfc43 Mon Sep 17 00:00:00 2001 From: Mirek Fidler Date: Wed, 22 Apr 2026 15:17:04 +0200 Subject: [PATCH] CtrlLib: ChDarkSkin changed/fixed arrows --- uppsrc/CtrlLib/Ch.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uppsrc/CtrlLib/Ch.cpp b/uppsrc/CtrlLib/Ch.cpp index ea25dbfad..1b624b643 100644 --- a/uppsrc/CtrlLib/Ch.cpp +++ b/uppsrc/CtrlLib/Ch.cpp @@ -832,11 +832,11 @@ void ChGraySkin() void ChDarkSkin() { ChReset(); - RoundStyleArrows(); static int adj[] = { 10, 80, -5, -10 }; SColorPaper_Write(Black()); SColorHighlight_Write(Gray()); SColorHighlightText_Write(White()); + RoundStyleArrows(); ChMakeSkin(3, SWhiteGray(), SWhiteGray(), adj); static int g[] = { 80, 100, 70, 70, 30 }; RoundScrollbar(g);