Skip to content

Commit

Permalink
Restore Edge Tool tooltip and icon (Inochi2D#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
grillo-delmal authored and amelielavender committed Mar 14, 2024
1 parent 6cddee7 commit aec8cdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/creator/viewport/common/mesheditor/tools/connect.d
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,6 @@ class ToolInfoImpl(T: ConnectTool) : ToolInfoBase!(T) {
return false;
}
override VertexToolMode mode() { return VertexToolMode.Connect; };
override string icon() { return "";}
override string description() { return _("Path Deform Tool");}
override string icon() { return "";}
override string description() { return _("Edge Tool");}
}

0 comments on commit aec8cdc

Please sign in to comment.