# `GlyphsToolDraw willDeactivate`

*Instance Method*

Is called when the tool is deactivated

## Declaration

```swift
optional func willDeactivate()
```

```objc
- (void) willDeactivate;
```

```python
willDeactivate()
```

## Discussion

This might mean that the tool is clicked or the document window becomes active

