I'm having an issue with the viewport, currently using Direct3D because I had issue with the new viewport type. However I got this issue now, when I'm trying to make shapes the lines keeps getting overlapped by my grid.
EDIT: Actually it also happens with all objects, the grid keeps getting imposed on top of the viewport.
This is how it should be, but only happens when my mouse is over it:
And this is when its my mouse is away from it:
Any idea to how to force the grid to always be in the background?
Replies
I'll post if I find a solution, but currently I'm stumped.
I also saw some posts on the Area that said enabling the evil ViewCube fixes that issue as well.