diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/fpg_tree.pas | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/fpg_tree.pas b/src/gui/fpg_tree.pas index 8b338ef6..d247e66d 100644 --- a/src/gui/fpg_tree.pas +++ b/src/gui/fpg_tree.pas @@ -1585,6 +1585,7 @@ begin Canvas.ClearClipRect; Canvas.Clear(BackgroundColor); + Canvas.SetFont(FFont); // Limit painting in the UI Designer if csDesigning in ComponentState then |