Skip to content

Commit

Permalink
Merge pull request #8 from celerini/master
Browse files Browse the repository at this point in the history
return Edit... to the main popup window to speed up editing
  • Loading branch information
lehenbauer authored May 13, 2019
2 parents c8351f4 + 4e80c38 commit e082c09
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tkined/library/Tool.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,10 @@ proc Tool__MakePopup { popup id } {
$popup.attr add command -label "Edit..." \
-command "Tool__EditAttribute $id"
}
if {[$id type] != "LINK" || [$id attribute] != ""} {
$popup add command -label "Edit..." \
-command "Tool__EditAttribute $id"
}
if {[$id type] != "LINK"} {
$popup add command -label "Set Label..." \
-command "Tool__LabelAttribute $id"
Expand Down

0 comments on commit e082c09

Please sign in to comment.