Skip to content

Commit

Permalink
Fix tanglegram gui not showing bug (#242)
Browse files Browse the repository at this point in the history
Fix tanglegram gui not showing bug introduced in #241 .
  • Loading branch information
ssantichaivekin authored Jun 12, 2021
1 parent 7e0e4e9 commit 9e6fb65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion empress_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -860,7 +860,7 @@ def font_size_validate_and_get(self, input_after_change: str):

def draw_tanglegram(self):
self.fig = App.recon_input.draw(
node_font_size=self.font_size.get()
node_font_size=self.font_size
)
self.canvas = FigureCanvasTkAgg(self.fig, self.tanglegram_frame)
self.canvas.draw()
Expand Down

0 comments on commit 9e6fb65

Please sign in to comment.