Skip to content

Commit

Permalink
fix(plot): hide expandbutton after de/activate plot
Browse files Browse the repository at this point in the history
  • Loading branch information
nritsche committed Jun 25, 2020
1 parent cfe7d0f commit fc339c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bondia/plot/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def panel_row(self, value: bool):
if value:
self._panel_col[0] = self.title
self._panel_col[1][0] = self.view
self._panel_col[1][1] = self.param
self._panel_col[1][1] = Param(self, expand_button=False)
else:
self._panel_col[0] = None
self._panel_col[1][0] = None
Expand Down

0 comments on commit fc339c9

Please sign in to comment.