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;