# `GSFontMaster enableUpdateInterface`

*Instance Method*

Reenables redrawing and updates.

## Declaration

```swift
func enableUpdateInterface()
```

```objc
- (void) enableUpdateInterface;
```

```python
enableUpdateInterface()
```

## Discussion

This only has an effect if disableUpdateInterface was called before

