Skip to content
Snippets Groups Projects
Commit 72ae2ba8 authored by Sean Leavey's avatar Sean Leavey
Browse files

draw() -> redraw()

parent 9ca9dcba
Branches
No related tags found
No related merge requests found
......@@ -1603,7 +1603,7 @@ class kat(object):
c.label_node1.content["Rc_y"] = tdata[c.nodes[0].name][1].Rc
c.label_node1.content["Zr_y"] = tdata[c.nodes[0].name][1].zr
gui.draw()
gui.redraw()
def openGUI(self):
if not USE_GUI:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment