Skip to content

Commit

Permalink
Add reminder.
Browse files Browse the repository at this point in the history
  • Loading branch information
jordibc committed Feb 28, 2025
1 parent 54fb325 commit 8c211dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ete4/smartview/draw.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ def draw(tree, layouts, overrides=None, labels=None,

for face in faces:
if face.position == 'header': # face must be TextFace or similar
# TODO: Allow any kind of face, not only TextFace.

text = eval_as_str(face.code, tree)

# Go to the right panel.
Expand Down

0 comments on commit 8c211dc

Please sign in to comment.