SceneGUI Problems

Hey guys, this isn’t your typical question as this hasn’t anything do with code. But rather maybe this is a bug.

Okay I am working on a massive SceneGUI System, which everything works. But I’ve been noticing.

If I have no object clicked, the buttons are as if they are in the Dark Theme (Im using Free theme). But when I click on an object, they are now the Free theme buttons.

Image Below.

So I’m curious if there’s like any way around this?

Never mind guys, I finally found a solution.
It’s apparently a GUI.Skin issue.

Never used one, I won’t complain because now they are always dark lol.
But here’s the line of code I used (At the TOP) of scene GUI.

GUI.skin = EditorGUIUtility.GetBuiltinSkin (EditorSkin.Scene);