Graphics.RemovingViewportBorders - lordmundi/wikidoctest GitHub Wiki

Removing Viewport Borders

« Disabling Right Click Menu | EDGE User’s Guide | Modeling Guidelines »

By default, when running EDGE with multiple viewports, a blue border is drawn around the viewport which turns green when the view is active (in terms of mouse or keyboard binds). You can see this by running EDGE and clicking "Display → Three Views".

These borders are drawn by the cctv plugin. To remove these borders, you can either remove the cctv plugin, or tell it not to draw the borders.

To tell cctv to not draw the viewport borders, adjust the command-line options for your selected display context to add in options for "-nofocusdraw" and "-nofocus" to the cctv plugin, like so:

command_line
            {
                -plugin cctv        '-nofocusdraw -nofocus'
                ...