From fdfe7e6f643d8df2a786b7efeb918e1268d91c32 Mon Sep 17 00:00:00 2001 From: wp_xxyyzz Date: Wed, 18 Oct 2023 08:17:23 +0000 Subject: [PATCH] SpkToolbar: Replace the "More Options" button icon (#$E2#$87#$B2) by a nicer character (#$EE#$8A#$BD). git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8968 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- components/spktoolbar/SpkToolbar/spkt_Pane.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/spktoolbar/SpkToolbar/spkt_Pane.pas b/components/spktoolbar/SpkToolbar/spkt_Pane.pas index f169e5bb7..b1fa32f0e 100644 --- a/components/spktoolbar/SpkToolbar/spkt_Pane.pas +++ b/components/spktoolbar/SpkToolbar/spkt_Pane.pas @@ -539,7 +539,7 @@ end; { Drawing procedure for the 'More options' button } procedure TSpkPane.DrawMoreOptionsButton(ABuffer: TBitmap; ClipRect: T2DIntRect); const - MOB_SIGNS: array[TSpkMoreOptionsButtonStyle] of string = ('+', #$E2#$87#$B2); + MOB_SIGNS: array[TSpkMoreOptionsButtonStyle] of string = ('+', #$EE#$8A#$BD); //#$E2#$87#$B2); // 'plus', or diagonal arrow with corner like in Excel var mobFontColor, mobFrameColor: TColor;