You've already forked lazarus-ccr
SpkToolbar: Support RTL layout of buttons within panes.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8956 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@@ -1807,7 +1807,7 @@ begin
|
||||
fontColor := TColorTools.ColorToGrayscale(fontColor);
|
||||
|
||||
// Text
|
||||
if FShowCaption then
|
||||
if FShowCaption and (FCaption <> '') then
|
||||
begin
|
||||
ABuffer.Canvas.Font.Assign(FAppearance.Element.CaptionFont);
|
||||
ABuffer.Canvas.Font.Color := fontColor;
|
||||
|
Reference in New Issue
Block a user