Inspector does not allow enabling/disabling, and making static objects.

I have just noticed my inspector for every object has changed from the default one and I cannot figure out how to revert it.

alt text

I tracked the issue down to these two lines in one of my custom windows:

[CustomEditor(typeof(GameObject))]
public class SceneGUI : Editor

Simply removing [CustomEditor(typeof(GameObject))] fixed the inspector issue.