Skip to content

Commit

Permalink
BUG: ToolTable Plugin - Emit signal after reloading tooltable
Browse files Browse the repository at this point in the history
  • Loading branch information
KurtJacobson committed Jun 18, 2019
1 parent 277d087 commit adec0d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qtpyvcp/plugins/tool_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ def loadToolTable(self, tool_file=None):
# import json
# print json.dumps(table, sort_keys=True, indent=4)

# self.tool_table_changed.emit(table)
self.tool_table_changed.emit(table)
return table.copy()

def getToolTable(self):
Expand Down

0 comments on commit adec0d5

Please # to comment.