Skip to content

Commit

Permalink
Use column position in model
Browse files Browse the repository at this point in the history
  • Loading branch information
dsblank committed Oct 14, 2024
1 parent b211640 commit 21caaa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gramps/gui/views/treemodels/eventmodel.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def color_column(self):
"""
Return the color column.
"""
return "color"
return 5

def on_get_n_columns(self):
return len(self.fmap) + 1
Expand Down

0 comments on commit 21caaa2

Please sign in to comment.