Skip to content

Commit

Permalink
gladeVCP - tooledit_widget.py - select tool in spindle after
Browse files Browse the repository at this point in the history
                                reloading the toolfile

Signed-off-by: Norbert Schechner <nieson@web.de>
  • Loading branch information
gmoccapy committed Sep 21, 2017
1 parent 0a439d6 commit 5aa6b75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/python/gladevcp/tooledit_widget.py
Expand Up @@ -478,6 +478,7 @@ def file_current_check(self):
def toolfile_stale(self):
print "Tool file was modified since it was last read"
self.reload(None)
self.set_selected_tool(self.toolinfo_num)

# Returns the tool information array of the requested toolnumber
# or current tool if no tool number is specified
Expand Down

0 comments on commit 5aa6b75

Please sign in to comment.