add combobox selector to toolbit dock (#14297)

Create a more useful tooltip

checkpoint

fix missing dovetail shape

CAM tool fix

remove image stuff
This commit is contained in:
sliptonic
2024-05-26 13:35:50 -05:00
committed by GitHub
parent 21e6911a81
commit 3980f5281f
5 changed files with 226 additions and 142 deletions

View File

@@ -53,7 +53,7 @@ def _getProperty(obj, prop):
attr = getattr(o, name)
if o == attr:
Path.Log.warning(
Path.Log.debug(
translate("PathGui", "%s has no property %s (%s)")
% (obj.Label, prop, name)
)