# RepaintAllSettingsWindow()

> Notifies the SettingsService that all open Settings windows must be repainted.

## Definition

* **Type:** Method
* **Namespace:** [UnityEditor](/engine/6000.7/script-reference/unityeditor.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public static void RepaintAllSettingsWindow()
```

### Remarks

Call this function to refresh the Settings windows after external changes to the settings.
