Skip to content

Commit

Permalink
Set details open status when open_details is called. Fixes #12.
Browse files Browse the repository at this point in the history
  • Loading branch information
tonycpsu committed Apr 12, 2019
1 parent 0e50ed2 commit 23dfa31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions panwid/datatable/rows.py
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@ def should_indent(x):
self.pile.contents.append(
(self.details, self.pile.options("pack"))
)
self["_details"]["open"] = True


def close_details(self):
Expand Down

0 comments on commit 23dfa31

Please sign in to comment.