We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 569ff0b commit d588327Copy full SHA for d588327
Lib/vanilla/vanillaPathControl.py
@@ -92,5 +92,4 @@ def getSelected(self):
92
return os.sep.join(path)
93
94
def setEditable(self, value):
95
- self._nsObjec.setEditable_(value)
96
-
+ self._nsObject.setEditable_(value)
0 commit comments